chore(Makefile): make backend-lint in CI mode
This commit is contained in:
parent
9b3c50b68f
commit
434a735ccf
@ -97,7 +97,7 @@ frontend build:
|
|||||||
backend lint:
|
backend lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- "nix shell .#gnumake --command make backend-lint"
|
- "nix shell .#gnumake --command -- make CI=1 backend-lint"
|
||||||
before_script: *nix-before
|
before_script: *nix-before
|
||||||
retry: 2
|
retry: 2
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|||||||
Reference in New Issue
Block a user