diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b39e47d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +pipeline: + ansible-latest: + image: python:2.7-slim + pull: True + command: + - 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 + command: + - pip install ansible ansible-later -q + - git ls-files *[^LICENSE,.md] | xargs ansible-later + group: test