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

Fix typo in gitlab name

parent 92b0152b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
BRANCH_TO_PULL=${CI_COMMIT_REF_NAME} BRANCH_TO_PULL=${CI_COMMIT_REF_NAME}
fi fi
- apt-get install jq - apt-get install jq
- DEPENDENCY_ID=$(curl --header "https://gitlab.example.com/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id') - DEPENDENCY_ID=$(curl --header "https://gitlab.eclipse.org/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id')
- echo "Project ID for ${DEPENDENCY_NAME} is ${DEPENDENCY_ID}" - echo "Project ID for ${DEPENDENCY_NAME} is ${DEPENDENCY_ID}"
- echo "curling from https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/artifacts/$BRANCH_TO_PULL/download?job=$DEPENDENCY_JOB" - echo "curling from https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/artifacts/$BRANCH_TO_PULL/download?job=$DEPENDENCY_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