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

chore : better msg

parent fcfc7543
No related branches found
No related tags found
1 merge request!5Feat/release pip
......@@ -353,7 +353,7 @@
for($i = 0; $i -lt $DEPS_SELECTED_JOBS.Count ; $i++) {
$DEP_ID=$DEPS_SELECTED_JOBS[$i].pipeline.project_id
$JOB_ID=$DEPS_SELECTED_JOBS[$i].id
Write-Host "curling from \"$API_URL/projects/$DEP_ID/jobs/$JOB_ID/artifacts\""
Write-Host "curling from $API_URL/projects/$DEP_ID/jobs/$JOB_ID/artifacts"
Invoke-WebRequest -Uri "$API_URL/projects/$DEP_ID/jobs/$JOB_ID/artifacts" -OutFile build_artifacts.zip
Expand-Archive -Path build_artifacts.zip -DestinationPath . -Force
......
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