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

Turns out, we can't cleanup caches like that. :(

parent 5c104661
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -181,11 +181,6 @@ spec: ...@@ -181,11 +181,6 @@ spec:
- cd src/sbbs3 - cd src/sbbs3
- touch depend - touch depend
- $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo
cache:
key: "${CI_PIPELINE_ID}-gitinfo"
paths:
- "src/sbbs3/git_*.h"
policy: push
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
name: "gitinfo-$[[ inputs.os ]]-$[[ inputs.platform ]]" name: "gitinfo-$[[ inputs.os ]]-$[[ inputs.platform ]]"
...@@ -193,19 +188,6 @@ spec: ...@@ -193,19 +188,6 @@ spec:
- "src/sbbs3/git_*.h" - "src/sbbs3/git_*.h"
needs: [] needs: []
"$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]":
stage: cleanup
extends:
- .$[[ inputs.os ]]-build
script:
- echo "Delete ${CI_PIPELINE_ID}-gitinfo"
cache:
key: "${CI_PIPELINE_ID}-gitinfo"
paths:
- "src/sbbs3/git_*.h"
policy: push
dependencies: []
"$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [scfg]":
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment