chore(gitlab-ci): tweak stack cache
This commit is contained in:
parent
44f7a5c0e1
commit
6e3a40c08a
@ -89,15 +89,15 @@ backend dependencies:
|
||||
- &stack-cache
|
||||
key: default-stack
|
||||
paths:
|
||||
- ${HOME}/.stack/
|
||||
- .stack-work/
|
||||
- .stack
|
||||
- .stack-work
|
||||
script:
|
||||
- "nix shell .#gnumake .#stack .#coreutils --command make backend-dependencies"
|
||||
before_script: *nix-before
|
||||
artifacts:
|
||||
paths:
|
||||
- ${HOME}/.stack/
|
||||
- .stack-work/
|
||||
- .stack
|
||||
- .stack-work
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||
expire_in: "1 day"
|
||||
retry: 2
|
||||
|
||||
Reference in New Issue
Block a user