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