parent
c4182a0551
commit
1c4c790fad
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@ -0,0 +1,18 @@
|
||||
pipeline:
|
||||
ansible-latest:
|
||||
image: python:2.7
|
||||
pull: True
|
||||
commands:
|
||||
- pip install ansible ansible-later -q
|
||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||
group: test
|
||||
|
||||
ansible-master:
|
||||
image: python:2.7
|
||||
pull: True
|
||||
commands:
|
||||
- pip install ansible ansible-later -q
|
||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||
group: test
|
Loading…
Reference in New Issue
Block a user