Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
Showing only changes of commit 2396c0c457 - Show all commits

View File

@ -4,9 +4,15 @@ name: default
clone:
path: /drone/src/xxxxx
disable: true
steps:
- name: clone
image: docker:git
commands:
- git clone $DRONE_GIT_HTTP_URL
- git checkout $DRONE_COMMIT
# - name: ansible-latest
# image: python:2.7
# pull: always