chore(gitlab-ci): add .stack-work to stack cache

This commit is contained in:
Sarah Vaupel 2024-07-11 12:50:20 +02:00
parent 90b93350fc
commit 09621cfcce

View File

@ -87,11 +87,13 @@ backend dependencies:
key: default-stack key: default-stack
paths: paths:
- .stack/ - .stack/
- .stack-work/
script: script:
- make backend-dependencies-prod - make backend-dependencies-prod
artifacts: artifacts:
paths: paths:
- .stack/ - .stack/
- .stack-work/
frontend build: frontend build:
stage: build stage: build
@ -109,6 +111,7 @@ frontend build:
- static/ - static/
- config/webpack.yml - config/webpack.yml
# TODO: .stack-work cache not working
backend build: backend build:
stage: build stage: build
cache: cache: