chore(gitlab-ci): add .stack-work to stack cache
This commit is contained in:
parent
90b93350fc
commit
09621cfcce
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user