Skip restore step
With the new cache setup, there is no need for me to run the cache restore before doing a download. However, it is now once again necessary that download begin AFTER the dynamic scripts have already executed their bits
This commit is contained in:
@@ -20,7 +20,7 @@ stages:
|
||||
EXCEPT: '-except=upload'
|
||||
needs:
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: distros
|
||||
job: continue
|
||||
artifacts: true
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: generate
|
||||
@@ -82,7 +82,7 @@ hyperv-iso.amd64:
|
||||
script: echo "Tagging as released"
|
||||
needs:
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: distros
|
||||
job: continue
|
||||
artifacts: true
|
||||
release:
|
||||
tag_name: '$CI_COMMIT_TAG'
|
||||
|
||||
Reference in New Issue
Block a user