Skip to content
Snippets Groups Projects
Commit 8c93ea4b authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove extra line

parent db1cabc1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment