xoxys.nginx/.drone.yml
Robert Kaussow 39a9b14181
Some checks failed
continuous-integration/drone/push Build is failing
add pip
2019-02-26 15:41:46 +01:00

31 lines
891 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:
- yum install -y --no-cache python-pip
- pip install ansible molecule -qq
- molecule --debug test