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

Fix URL.

parent bc164ef1
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
- >
if [ $(curl -s -o /dev/null -w "%{http_code}" "https://gitlab.eclipse.org/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}") -eq 404 ]; then
echo "Using aidge group id by default"
DEPENDENCY_ID=6437
DEPENDENCY_ID=$(curl "https://gitlab.eclipse.org/api/v4/groups/6437/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id')
else
DEPENDENCY_ID=$(curl "https://gitlab.eclipse.org/api/v4/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id')
fi
......
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