Explorar el Código

Update .gitlab-ci.yml

merge-requests/1/merge
Christoph Haas hace 6 años
padre
commit
13ca532749
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      .gitlab-ci.yml

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

@@ -1,7 +1,7 @@
image: williamyeh/ansible:debian8

job1:
script: "ansible-playbook ispmail.yml -l localhost"
script:
- cd ansible
- ansible-playbook ispmail.yml -l localhost
tags:
- debian
- buster


Cargando…
Cancelar
Guardar