Added mandatory pipeline step
This commit is contained in:
parent
bb985291ec
commit
62438f9902
11
README.md
11
README.md
@ -26,11 +26,12 @@ Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't wo
|
|||||||
|
|
||||||
## run tests with drone.io
|
## run tests with drone.io
|
||||||
|
|
||||||
build:
|
pipeline:
|
||||||
image: chmuul/ansible:${OS}
|
build:
|
||||||
commands:
|
image: chmuul/ansible:${OS}
|
||||||
- ansible-playbook -i tests/inventory tests/main.yml --syntax-check
|
commands:
|
||||||
- ansible-playbook -i tests/inventory tests/main.yml
|
- ansible-playbook -i tests/inventory tests/main.yml --syntax-check
|
||||||
|
- ansible-playbook -i tests/inventory tests/main.yml
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
OS:
|
OS:
|
||||||
|
Loading…
Reference in New Issue
Block a user