parent
db88470794
commit
b8adac4c8b
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user