Skip to content
Snippets Groups Projects
Commit e4f652aa authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : removed unzip horrible 2000 "inflate" logs

parent caffe924
No related branches found
No related tags found
1 merge request!1chore : removed unzip horrible 2000 "inflate" logs
......@@ -36,7 +36,7 @@
- echo "curling from https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/artifacts/$BRANCH_TO_PULL/download?job=$DEPENDENCY_JOB"
- curl -f --location --output build_artifacts.zip "https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/artifacts/$BRANCH_TO_PULL/download?job=$DEPENDENCY_JOB"
- unzip -o build_artifacts.zip -d .
- unzip -q -o build_artifacts.zip -d .
- rm -rf build_cpp
......
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