Explorar el Código

Yet another gitlab ci attempt

merge-requests/1/merge
Christoph Haas hace 10 años
padre
commit
82d1bece90
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      .gitlab-ci.yml

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

@@ -1,3 +1,10 @@
image: debian:8

#before_script:

install:
- pip install ansible

job1:
script: "ansible-playbook ispmail.yml"


Cargando…
Cancelar
Guardar