Browse Source
Don't allow failures of eslint anymore
merge-requests/1483/head
Georg Krause
4 months ago
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with
0 additions and
1 deletions
-
.gitlab-ci.yml
|
|
@ -125,7 +125,6 @@ eslint: |
|
|
|
interruptible: true |
|
|
|
image: node:12-buster |
|
|
|
stage: lint |
|
|
|
allow_failure: true |
|
|
|
before_script: |
|
|
|
- cd front |
|
|
|
- yarn install |
|
|
|