xoxys.droneci/.drone.yml
Robert Kaussow 2ff6181178
Some checks failed
the build failed
fix typo
2019-01-09 19:59:37 +01:00

17 lines
399 B
YAML

pipeline:
ansible-latest:
image: python:2.7-slim
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test
ansible-master:
image: python:2.7-slim
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test