chore(gitlab-ci): add debug ls for cache/artifact debugging
This commit is contained in:
parent
6e3a40c08a
commit
8ed01456da
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user