Skip to content
Snippets Groups Projects
Commit ea42976e authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix bad gitlab cache key

parent 759de3bc
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ windows:build_debug:
dependencies: []
cache: # use artifacts instead if multiple runners available
key: $CI_COMMIT_SHORT_SHA
key: "$CI_COMMIT_SHORT_SHA debug"
paths:
- build_debug/
......@@ -262,7 +262,7 @@ windows:pack_debug:
needs: ["windows:test", "windows:build_debug"]
cache: # use artifacts instead if multiple runners available
key: $CI_COMMIT_SHORT_SHA
key: "$CI_COMMIT_SHORT_SHA debug"
paths:
- build_debug/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment