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

paths, not files

parent 9aafef84
No related branches found
No related tags found
No related merge requests found
Pipeline #6216 passed
...@@ -183,7 +183,7 @@ spec: ...@@ -183,7 +183,7 @@ spec:
- $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo
cache: cache:
key: "${CI_PIPELINE_ID}-gitinfo" key: "${CI_PIPELINE_ID}-gitinfo"
files: paths:
- "src/sbbs3/git_*.h" - "src/sbbs3/git_*.h"
policy: push policy: push
artifacts: artifacts:
...@@ -201,7 +201,7 @@ spec: ...@@ -201,7 +201,7 @@ spec:
- echo "Delete ${CI_PIPELINE_ID}-gitinfo" - echo "Delete ${CI_PIPELINE_ID}-gitinfo"
cache: cache:
key: "${CI_PIPELINE_ID}-gitinfo" key: "${CI_PIPELINE_ID}-gitinfo"
files: paths:
- "src/sbbs3/git_*.h" - "src/sbbs3/git_*.h"
policy: push policy: push
needs: [] needs: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment