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

add -y option for apt install

parent 3915a696
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
echo "Pull from branch name"
BRANCH_TO_PULL=${CI_COMMIT_REF_NAME}
fi
- apt-get install jq
- apt-get install -y jq
- 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}"
......
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