chore(gitlab-ci): fix syntax
This commit is contained in:
parent
55877f1637
commit
77932c1dda
@ -97,7 +97,7 @@ frontend build:
|
||||
backend lint:
|
||||
stage: lint
|
||||
script:
|
||||
- "nix shell .#gnumake --command -- make CI=1 backend-lint"
|
||||
- "nix shell .#gnumake --command make CI=1 backend-lint"
|
||||
before_script: *nix-before
|
||||
retry: 2
|
||||
interruptible: true
|
||||
@ -112,7 +112,7 @@ backend build:
|
||||
- .stack-work/
|
||||
|
||||
script:
|
||||
- "nix shell .#gnumake --command -- make CI=1 backend-build"
|
||||
- "nix shell .#gnumake --command make CI=1 backend-build"
|
||||
- cp $(stack path --dist-dir)/build/hlint/hlint bin/test-hlint
|
||||
- cp $(stack path --dist-dir)/build/yesod/yesod bin/test-yesod
|
||||
before_script: *nix-before
|
||||
|
||||
Reference in New Issue
Block a user