From 09789a7773cec4a2cb49dfe1498e6c0e18d19896 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 28 Nov 2025 13:10:03 +0100 Subject: [PATCH] Debug the env vars in ci --- build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build b/build index ee50a4c..f12f331 100755 --- a/build +++ b/build @@ -21,6 +21,10 @@ # --------------------------------------------------------------------------- #! /bin/sh + +echo "${CI_COMMIT_BRANCH}" +echo "${CI_REPO_DEFAULT_BRANCH}" +exit 0 echo "28.11.2025" apk update apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark