switch to new drone syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d78e3aa0f0
commit
c73f486d40
28
.drone.yml
28
.drone.yml
@ -1,18 +1,22 @@
|
|||||||
pipeline:
|
---
|
||||||
ansible-latest:
|
kind: pipeline
|
||||||
image: python:2.7
|
name: default
|
||||||
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:
|
steps:
|
||||||
|
- name: ansible-latest
|
||||||
image: python:2.7
|
image: python:2.7
|
||||||
pull: True
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- pip install ansible ansible-later -q
|
- pip install ansible ansible-later -q
|
||||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||||
group: test
|
depends_on: [ clone ]
|
||||||
|
|
||||||
|
- name: ansible-master
|
||||||
|
image: python:2.7
|
||||||
|
pull: always
|
||||||
|
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
|
||||||
|
depends_on: [ clone ]
|
||||||
|
Loading…
Reference in New Issue
Block a user