add drone config
the build failed Details

This commit is contained in:
Robert Kaussow 2019-01-09 22:07:08 +01:00
parent 90a4da6f3d
commit 639b3f8083
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