add drone config
the build failed Details

This commit is contained in:
Robert Kaussow 2019-01-09 20:49:57 +01:00
parent b3d0d49470
commit f699abe9f2
1 changed files with 18 additions and 0 deletions

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
pipeline:
ansible-latest:
image: python:2.7
pull: True
commands:
- pip install ansible ansible-later -q
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
group: test
ansible-master:
image: python:2.7
pull: True
commands:
- pip install ansible ansible-later -q
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
group: test