Try setting cache policy
This commit is contained in:
@@ -11,6 +11,10 @@ stages:
|
||||
- sources/build.pkr.hcl
|
||||
paths:
|
||||
- ./packer_config/
|
||||
- key: isofiles
|
||||
paths:
|
||||
- ./cache/*.iso
|
||||
policy: pull
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
variables:
|
||||
@@ -25,9 +29,6 @@ stages:
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: generate
|
||||
artifacts: true
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: download
|
||||
artifacts: true
|
||||
tags:
|
||||
- ${tag}
|
||||
variables: &variables
|
||||
|
||||
Reference in New Issue
Block a user