xoxys.droneci/.drone.yml

17 lines
389 B
YAML
Raw Normal View History

2019-01-09 18:57:36 +00:00
pipeline:
ansible-latest:
2019-01-09 19:07:39 +00:00
image: python:2.7
2019-01-09 18:57:36 +00:00
pull: True
2019-01-09 18:59:37 +00:00
commands:
2019-01-09 18:57:36 +00:00
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test
ansible-master:
2019-01-09 19:07:39 +00:00
image: python:2.7
2019-01-09 18:57:36 +00:00
pull: True
2019-01-09 18:59:37 +00:00
commands:
2019-01-09 18:57:36 +00:00
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test