migrate to new drone syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-01-11 23:41:39 +01:00
parent 4b0454a3a8
commit 607d46e393
1 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,20 @@
pipeline:
ansible-latest:
---
kind: pipeline
name: default
steps:
- name: ansible-latest
image: python:2.7
pull: True
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
group: test
ansible-master:
- name: ansible-master
image: python:2.7
pull: True
pull: always
commands:
- pip install ansible ansible-later -q
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy