From 4eb9368f1cf0045aa3a2463365e4744830ea5336 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 28 Nov 2025 13:11:41 +0100 Subject: [PATCH] Test the branches in CI --- build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build b/build index f12f331..bf0eb16 100755 --- a/build +++ b/build @@ -22,9 +22,8 @@ #! /bin/sh -echo "${CI_COMMIT_BRANCH}" -echo "${CI_REPO_DEFAULT_BRANCH}" -exit 0 +echo "Current branch: ${CI_COMMIT_BRANCH}" +echo "Default repo branch: ${CI_REPO_DEFAULT_BRANCH}" echo "28.11.2025" apk update apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark