Don't allow failures of eslint anymore
This commit is contained in:
parent
252ebf8ce7
commit
fc5848571c
|
@ -125,7 +125,6 @@ eslint:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: node:12-buster
|
image: node:12-buster
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd front
|
- cd front
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
Loading…
Reference in New Issue