Browse Source

linting is no longer allowed to fail

tags/v0.5
Big Bad Waffle 4 years ago
parent
commit
47d83af070
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      .gitlab-ci.yml

+ 0
- 2
.gitlab-ci.yml View File

@@ -22,7 +22,6 @@ lint-server:
only:
- merge_requests
- master
allow_failure: true

lint-client:
stage: test
@@ -33,7 +32,6 @@ lint-client:
only:
- merge_requests
- master
allow_failure: true

build-image-latest:
stage: build


Loading…
Cancel
Save