You've already forked ansible-role-common
reduce sleep time
This commit is contained in:
@@ -15,20 +15,16 @@ volumes:
|
|||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: Test with Molecule
|
||||||
image: guisea/ansible-molecule:latest
|
image: guisea/ansible-molecule:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- sleep 20 # give docker enough time to start
|
- sleep 10 # give docker enough time to start
|
||||||
- mkdir ${DRONE_REPO_NAME}
|
- mkdir ${DRONE_REPO_NAME}
|
||||||
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
|
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
|
||||||
- cd ${DRONE_REPO_NAME}
|
- cd ${DRONE_REPO_NAME}
|
||||||
- python3 --version
|
|
||||||
- ansible --version
|
|
||||||
- molecule --version
|
|
||||||
- docker info
|
|
||||||
- molecule test
|
- molecule test
|
||||||
- name: notify by email
|
- name: notify by email
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
|||||||
Reference in New Issue
Block a user