Skip to content
Snippets Groups Projects
Commit 0d738c31 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More cache fun

parent 4a5f9ef7
No related branches found
No related tags found
No related merge requests found
Pipeline #6220 passed
...@@ -204,11 +204,12 @@ spec: ...@@ -204,11 +204,12 @@ spec:
when: never when: never
- if: '"$[[ inputs.platform ]]" != "amd64"' - if: '"$[[ inputs.platform ]]" != "amd64"'
when: never when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]":
stage: cleanup
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
stage: cleanup
script: script:
- echo "Delete ${CI_PIPELINE_ID}-gitinfo" - echo "Delete ${CI_PIPELINE_ID}-gitinfo"
cache: cache:
...@@ -220,6 +221,7 @@ spec: ...@@ -220,6 +221,7 @@ spec:
when: never when: never
- if: '"$[[ inputs.platform ]]" != "amd64"' - if: '"$[[ inputs.platform ]]" != "amd64"'
when: never when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]":
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment