chore(gitlab-ci): fix syntax contd

This commit is contained in:
Sarah Vaupel 2024-06-25 02:51:38 +02:00
parent bb8dfb677f
commit 1c0bd51a47

View File

@ -92,7 +92,7 @@ backend dependencies:
- .stack
- .stack-work
script:
- "nix shell .#gnumake .#stack .#coreutils --command make backend-dependencies"
- "nix shell .#gnumake .#stack .#coreutils --command 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "ls -a ." # TODO: debug only
- "ls -a ${HOME}/.stack"
before_script: *nix-before