Try using ISOs as artifacts instead of cache
This commit is contained in:
+3
-7
@@ -13,10 +13,6 @@ default:
|
||||
|
||||
generate:
|
||||
stage: generate
|
||||
cache:
|
||||
- key: isofiles
|
||||
paths:
|
||||
- cache/*.iso
|
||||
artifacts:
|
||||
paths:
|
||||
- distros/**/*.pkrvars.hcl
|
||||
@@ -66,10 +62,10 @@ shellcheck:
|
||||
# could get to them
|
||||
downloads:
|
||||
stage: cache
|
||||
artifacts:
|
||||
paths:
|
||||
- cache/*.iso
|
||||
cache:
|
||||
- key: isofiles
|
||||
paths:
|
||||
- cache/*.iso
|
||||
- key:
|
||||
files:
|
||||
- sources/build.pkr.hcl
|
||||
|
||||
Reference in New Issue
Block a user