add drone config
the build failed Details

This commit is contained in:
Robert Kaussow 2019-01-09 19:57:36 +01:00
parent db88470794
commit b8adac4c8b
1 changed files with 16 additions and 0 deletions

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