You've already forked ansible-role-common
..
This commit is contained in:
30
.drone.yml
30
.drone.yml
@@ -3,21 +3,21 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Test with Molecule
|
||||
image: guisea/ansible-molecule:latest
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- mkdir ${DRONE_REPO_NAME}
|
||||
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
|
||||
- cd ${DRONE_REPO_NAME}
|
||||
- python3 --version
|
||||
- ansible --version
|
||||
- molecule --version
|
||||
- docker info
|
||||
- ping -c 1 mail.guise.net.nz
|
||||
- molecule test
|
||||
- name: Test with Molecule
|
||||
image: guisea/ansible-molecule:latest
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- mkdir ${DRONE_REPO_NAME}
|
||||
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
|
||||
- cd ${DRONE_REPO_NAME}
|
||||
- ping -4 -c 1 mail.guise.net.nz
|
||||
- python3 --version
|
||||
- ansible --version
|
||||
- molecule --version
|
||||
- docker info
|
||||
- molecule test
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
|
||||
Reference in New Issue
Block a user