Explorar el Código

Trying to use Gitlab CI to test the playbook via Docker

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

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

@@ -1,3 +1,3 @@
job1:
script: "echo hello world"
script: "ansible-playbook ispmail.yml"


Cargando…
Cancelar
Guardar