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