Explorar el Código

Remove "except"s in .gitlab-ci.yml

tags/v0.3.2
Vildravn hace 5 años
padre
commit
3c78266038
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. +1
    -7
      .gitlab-ci.yml

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

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

Cargando…
Cancelar
Guardar