chore(gitlab-ci): tweak stack cache

This commit is contained in:
Sarah Vaupel 2024-06-13 18:05:26 +02:00
parent 44f7a5c0e1
commit 6e3a40c08a

View File

@ -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