Added mandatory pipeline step

This commit is contained in:
Tobias Trabelsi 2018-01-16 22:58:42 +01:00 committed by GitHub
parent bb985291ec
commit 62438f9902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -26,11 +26,12 @@ Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't wo
## run tests with drone.io
build:
image: chmuul/ansible:${OS}
commands:
- ansible-playbook -i tests/inventory tests/main.yml --syntax-check
- ansible-playbook -i tests/inventory tests/main.yml
pipeline:
build:
image: chmuul/ansible:${OS}
commands:
- ansible-playbook -i tests/inventory tests/main.yml --syntax-check
- ansible-playbook -i tests/inventory tests/main.yml
matrix:
OS: