From 8c93ea4b622222d582fc5e0ecae39bf9a0eb6720 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Wed, 31 Jan 2024 16:36:38 +0000
Subject: [PATCH] Remove extra line

---
 .gitlab/ci/shared_script.gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml
index 0056204..f44d308 100644
--- a/.gitlab/ci/shared_script.gitlab-ci.yml
+++ b/.gitlab/ci/shared_script.gitlab-ci.yml
@@ -16,7 +16,6 @@
           echo "Pull from ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
           curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME/download?job=$JOB"
         fi
-
       elif [ $(curl -s -o /dev/null -w "%{http_code}" "https://gitlab.eclipse.org/eclipse/aidge/$DEPENDENCY_NAME/-/tree/$CI_COMMIT_REF_NAME") -eq 404 ]; then
         echo "Pull from ${DEFAULT_BRANCH}"
         curl --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/$DEFAULT_BRANCH/download?job=$JOB"
-- 
GitLab