Browse Source

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

tags/v0.3.2
Big Bad Waffle 5 years ago
parent
commit
cf22e30d65
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      .gitlab-ci.yml

+ 1
- 7
.gitlab-ci.yml View File

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

Loading…
Cancel
Save