Skip to content

Commit

Permalink
Use cache bust postfix in fallback key
Browse files Browse the repository at this point in the history
This isn't done automatically, sigh..
  • Loading branch information
martijnbastiaan committed Feb 2, 2022
1 parent f510f70 commit a5c1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
timeout: 2 hours
stage: build
variables:
CACHE_FALLBACK_KEY: $CI_JOB_NAME-master-$GHC_VERSION
CACHE_FALLBACK_KEY: $CI_JOB_NAME-master-$GHC_VERSION-3
GIT_SUBMODULE_STRATEGY: recursive
TERM: xterm-color
retry:
Expand Down

0 comments on commit a5c1ea5

Please sign in to comment.