ソースを参照

linting is no longer allowed to fail

tags/v0.5
Big Bad Waffle 4年前
コミット
47d83af070
1個のファイルの変更0行の追加2行の削除
  1. +0
    -2
      .gitlab-ci.yml

+ 0
- 2
.gitlab-ci.yml ファイルの表示

@@ -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


読み込み中…
キャンセル
保存