From 8ed01456da0b1c6de9cd68e3b214e5a94aa885e9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 13 Jun 2024 18:08:14 +0200 Subject: [PATCH] chore(gitlab-ci): add debug ls for cache/artifact debugging --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f14da10a..08d315e47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: