xoxys.droneci/.drone.yml
Robert Kaussow e4b9b7844c
Some checks failed
the build failed
use full python image
2019-01-09 20:07:39 +01:00

17 lines
389 B
YAML

pipeline:
ansible-latest:
image: python:2.7
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test
ansible-master:
image: python:2.7
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
group: test