xoxys.droneci/.drone.yml

19 lines
603 B
YAML
Raw Normal View History

2019-01-09 19:57:36 +01:00
pipeline:
ansible-latest:
2019-01-09 20:07:39 +01:00
image: python:2.7
2019-01-09 19:57:36 +01:00
pull: True
2019-01-09 19:59:37 +01:00
commands:
2019-01-09 19:57:36 +01:00
- pip install ansible ansible-later -q
2019-01-09 20:16:12 +01:00
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
2019-01-09 19:57:36 +01:00
group: test
ansible-master:
2019-01-09 20:07:39 +01:00
image: python:2.7
2019-01-09 19:57:36 +01:00
pull: True
2019-01-09 19:59:37 +01:00
commands:
2019-01-09 19:57:36 +01:00
- pip install ansible ansible-later -q
2019-01-09 20:16:12 +01:00
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
2019-01-09 19:57:36 +01:00
group: test