From 4b95c37a13e7734cb4646e91cea4bbc4a697544b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Wed, 20 Mar 2024 17:02:29 +0100 Subject: [PATCH] fix : yaml ? --- .gitlab/ci/build.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index f0d5e57e..84cc17b4 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -31,7 +31,7 @@ build:ubuntu_cpp: BRANCH_TO_PULL=$CI_COMMIT_REF_NAME fi - set +x - - echo "Pulling from branch :" + # - echo "Pulling from branch :" # - echo "$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 -- GitLab