chore(gitlab-ci): fix syntax contd
This commit is contained in:
parent
680333c617
commit
bb8dfb677f
@ -127,7 +127,7 @@ backend lint:
|
|||||||
- *stack-cache
|
- *stack-cache
|
||||||
script:
|
script:
|
||||||
- "ls -a ." # TODO: debug only
|
- "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
|
before_script: *nix-before
|
||||||
needs:
|
needs:
|
||||||
- job: backend dependencies
|
- job: backend dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user