From 09621cfccee85fabe345335a7c75379f83f8d4d5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 11 Jul 2024 12:50:20 +0200 Subject: [PATCH] chore(gitlab-ci): add .stack-work to stack cache --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f5fc56ce..61870df83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,11 +87,13 @@ backend dependencies: key: default-stack paths: - .stack/ + - .stack-work/ script: - make backend-dependencies-prod artifacts: paths: - .stack/ + - .stack-work/ frontend build: stage: build @@ -109,6 +111,7 @@ frontend build: - static/ - config/webpack.yml +# TODO: .stack-work cache not working backend build: stage: build cache: