chore(gitlab-ci): fix syntax contd

This commit is contained in:
Sarah Vaupel 2024-06-25 02:49:47 +02:00
parent 680333c617
commit bb8dfb677f

View File

@ -127,7 +127,7 @@ backend lint:
- *stack-cache
script:
- "ls -a ." # TODO: debug only
- "nix shell .#gnumake .#stack .#tzdata --command \"prepare-env && make backend-lint-prod\""
- "nix shell .#gnumake .#stack .#tzdata --command 'prepare-env && make backend-lint-prod'"
before_script: *nix-before
needs:
- job: backend dependencies