add drone config
Some checks failed
the build failed

This commit is contained in:
Robert Kaussow 2019-01-09 19:57:36 +01:00
parent db88470794
commit b8adac4c8b

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
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