From 39d2cf65941c3742f08507eec889970d18f10605 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:03:55 +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 84cc17b4..95444fdc 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -36,7 +36,7 @@ build:ubuntu_cpp: # 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 - - # nominal case : we are in the official project + # nominal case : we are in the official project - > if [ $(curl -s -o /dev/null -w "%{http_code}" "https://gitlab.eclipse.org/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}") -ne 404 ]; then DEPENDENCY_ID=$(curl "https://gitlab.eclipse.org/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id') -- GitLab