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:
when: never
- if: '"$[[ inputs.platform ]]" != "amd64"'
when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]":
stage: cleanup
extends:
- .$[[ inputs.os ]]-build
stage: cleanup
script:
- echo "Delete ${CI_PIPELINE_ID}-gitinfo"
cache:
......@@ -220,6 +221,7 @@ spec:
when: never
- if: '"$[[ inputs.platform ]]" != "amd64"'
when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]":
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment