This commit is contained in:
Ivan Fonarev 2023-10-28 00:02:19 +03:00
parent 905bc20831
commit 9b4d608c42

View file

@ -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"'
- cd ~/builds/downloaded_artifacts
- unzip artifacts.zip
- rm artifacts.zip
- rm artifacts.zip
only:
- tags
after:
- build