Sfoglia il codice sorgente

Yet another gitlab ci attempt

merge-requests/1/merge
Christoph Haas 10 anni fa
parent
commit
82d1bece90
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      .gitlab-ci.yml

+ 7
- 0
.gitlab-ci.yml Vedi File

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

#before_script:

install:
- pip install ansible

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


Caricamento…
Annulla
Salva