From 61fcf24ff11433b543dde0ce8dcac946288dc2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Wed, 20 Mar 2024 16:45:31 +0100 Subject: [PATCH] chore : trying to fix bash syntax --- .gitlab/ci/build.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index cc625471..e24f2d3f 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -31,6 +31,7 @@ build:ubuntu_cpp: BRANCH_TO_PULL=${CI_COMMIT_REF_NAME} fi echo "Pull from branch : ${BRANCH_TO_PULL}" + # Check group namespace is valid, if it is then we are in the official project(aidge group id=6437), otherwise we pull from the fork - > set -x -- GitLab