Try using ISOs as artifacts instead of cache

This commit is contained in:
Greg Hellings
2024-04-17 15:51:25 -05:00
parent 2baf005b84
commit a5469d1073
2 changed files with 6 additions and 10 deletions
+3 -3
View File
@@ -11,9 +11,6 @@ stages:
- sources/build.pkr.hcl
paths:
- ./packer_config/
- key: isofiles
paths:
- cache/*.iso
rules:
- if: $CI_COMMIT_TAG
variables:
@@ -28,6 +25,9 @@ stages:
- pipeline: $PARENT_PIPELINE_ID
job: generate
artifacts: true
- pipeline: $PARENT_PIPELINE_ID
job: download
artifacts: true
tags:
- ${tag}
variables: &variables