xoxys.nginx/.drone.yml
Robert Kaussow 50bbe8619e
Some checks failed
continuous-integration/drone/push Build is failing
test molecule integration
2019-02-26 15:13:50 +01:00

30 lines
845 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: quay.io/ansible/molecule
pull: always
commands:
- pip install ansible -qq
- molecule test