xoxys.droneci/.drone.yml

17 lines
399 B
YAML
Raw Normal View History

2019-01-09 19:57:36 +01:00
pipeline:
ansible-latest:
image: python:2.7-slim
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
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test
ansible-master:
image: python:2.7-slim
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
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test