ソースを参照

Merge branch 'master' of gitlab.com:Isleward/isleward

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

+ 1
- 7
.gitlab-ci.yml ファイルの表示

@@ -11,8 +11,6 @@ audit:
only:
- merge_requests
- master
except:
- branches

lint-server:
stage: test
@@ -23,8 +21,6 @@ lint-server:
only:
- merge_requests
- master
except:
- branches

lint-client:
stage: test
@@ -34,6 +30,4 @@ lint-client:
- eslint .
only:
- merge_requests
- master
except:
- branches
- master

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