Browse Source

Trying to use Gitlab CI to test the playbook via Docker

merge-requests/1/merge
Christoph Haas 10 years ago
parent
commit
388d1b30f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

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


Loading…
Cancel
Save