From 764bb5b0b0afe929656bdd58ccbdedaad234f7b8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 8 Jul 2024 15:08:46 +0200 Subject: [PATCH] chore(gitlab-ci): add debug find --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac720bea7..5d3cc4cfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,18 +79,19 @@ well-known: - well-known/ - .well-known-cache/ +# TODO: cache is always uploaded even if up-to-date; prevent re-upload when up-to-date backend dependencies: stage: setup cache: - &stack-cache key: default-stack paths: - - .stack + - .stack/ script: - make backend-dependencies-prod artifacts: paths: - - .stack + - .stack/ frontend build: stage: build @@ -114,6 +115,7 @@ uniworx: - *stack-cache script: - make bin/uniworx + - find .stack-work - cp $(stack path --dist-dir)/build/hlint/hlint bin/test-hlint - cp $(stack path --dist-dir)/build/yesod/yesod bin/test-yesod needs: