Test 228
This commit is contained in:
parent
905bc20831
commit
9b4d608c42
1 changed files with 5 additions and 1 deletions
|
@ -28,4 +28,8 @@ artifact_download:
|
||||||
- 'curl --location --output ~/builds/downloaded_artifacts/artifacts.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/master/download?job=build-package"'
|
- 'curl --location --output ~/builds/downloaded_artifacts/artifacts.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/master/download?job=build-package"'
|
||||||
- cd ~/builds/downloaded_artifacts
|
- cd ~/builds/downloaded_artifacts
|
||||||
- unzip artifacts.zip
|
- unzip artifacts.zip
|
||||||
- rm artifacts.zip
|
- rm artifacts.zip
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
after:
|
||||||
|
- build
|
Loading…
Add table
Reference in a new issue