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