From 6e3a40c08acaf60a3a62d7a8eaef7f2fadf030f9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 13 Jun 2024 18:05:26 +0200 Subject: [PATCH] chore(gitlab-ci): tweak stack cache --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33e4789c4..5f14da10a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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