Skip to content
Snippets Groups Projects
Commit 6d4d3f94 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Merge branch 'chore/remove_unzip_prints' into 'main'

chore : removed unzip horrible 2000 "inflate" logs

See merge request !1
parents caffe924 e4f652aa
No related branches found
No related tags found
1 merge request!1chore : removed unzip horrible 2000 "inflate" logs
...@@ -36,7 +36,7 @@ ...@@ -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" - 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" - 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 - 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