Ver código fonte

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

tags/v0.3.2
Big Bad Waffle 5 anos atrás
pai
commit
cf22e30d65
1 arquivos alterados com 1 adições e 7 exclusões
  1. +1
    -7
      .gitlab-ci.yml

+ 1
- 7
.gitlab-ci.yml Ver arquivo

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

Carregando…
Cancelar
Salvar