xoxys.nginx/.drone.yml
Robert Kaussow 9608f99891
Some checks failed
continuous-integration/drone/push Build is failing
test against centos image
2019-02-26 15:38:56 +01:00

30 lines
846 B
YAML

---
kind: pipeline
name: default
steps:
# - name: ansible-latest
# 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 ]
# - 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 ]
- name: molecule
image: centos:7
pull: always
commands:
- pip install ansible molecule -qq
- molecule --debug test