chore(gitlab-ci): add debug ls for cache/artifact debugging

This commit is contained in:
Sarah Vaupel 2024-06-13 18:08:14 +02:00
parent 6e3a40c08a
commit 8ed01456da

View File

@ -93,6 +93,7 @@ backend dependencies:
- .stack-work
script:
- "nix shell .#gnumake .#stack .#coreutils --command make backend-dependencies"
- "ls -a ." # TODO: debug only
before_script: *nix-before
artifacts:
paths:
@ -124,6 +125,7 @@ backend lint:
cache:
- *stack-cache
script:
- "ls -a ." # TODO: debug only
- "nix shell .#gnumake .#stack --command make backend-lint-prod"
before_script: *nix-before
needs: