Skip to content
Snippets Groups Projects

ci: make the pkgbuild jobs re-use the archive (job)

Merged Vladimír Čunát requested to merge ci-pkgtest-archive into master
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -11,6 +11,9 @@ stages:
before_script:
- git config --global user.name CI
- git config --global user.email ci@nic
needs: # https://gitlab.nic.cz/help/ci/yaml/README.md#artifact-downloads-to-child-pipelines
- pipeline: $PARENT_PIPELINE_ID
job: archive
artifacts:
when: always
expire_in: '1 day'
Loading