Sfoglia il codice sorgente

Update .gitlab-ci.yml

merge-requests/1/merge
Christoph Haas 6 anni fa
parent
commit
13ca532749
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      .gitlab-ci.yml

+ 3
- 3
.gitlab-ci.yml Vedi File

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

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


Caricamento…
Annulla
Salva