chore(gitlab-ci): add debug find

This commit is contained in:
Sarah Vaupel 2024-07-08 15:08:46 +02:00
parent 17986f82c4
commit 764bb5b0b0

View File

@ -79,18 +79,19 @@ well-known:
- well-known/ - well-known/
- .well-known-cache/ - .well-known-cache/
# TODO: cache is always uploaded even if up-to-date; prevent re-upload when up-to-date
backend dependencies: backend dependencies:
stage: setup stage: setup
cache: cache:
- &stack-cache - &stack-cache
key: default-stack key: default-stack
paths: paths:
- .stack - .stack/
script: script:
- make backend-dependencies-prod - make backend-dependencies-prod
artifacts: artifacts:
paths: paths:
- .stack - .stack/
frontend build: frontend build:
stage: build stage: build
@ -114,6 +115,7 @@ uniworx:
- *stack-cache - *stack-cache
script: script:
- make bin/uniworx - make bin/uniworx
- find .stack-work
- cp $(stack path --dist-dir)/build/hlint/hlint bin/test-hlint - cp $(stack path --dist-dir)/build/hlint/hlint bin/test-hlint
- cp $(stack path --dist-dir)/build/yesod/yesod bin/test-yesod - cp $(stack path --dist-dir)/build/yesod/yesod bin/test-yesod
needs: needs: