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
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user