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:
Greg Hellings
2024-06-26 21:56:19 -05:00
parent edffd23802
commit 810008b1ea
2 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -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'