xoxys.droneci/.drone.yml
Robert Kaussow b8adac4c8b
Some checks failed
the build failed
add drone config
2019-01-09 19:57:36 +01:00

17 lines
397 B
YAML

pipeline:
ansible-latest:
image: python:2.7-slim
pull: True
command:
- 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
command:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test