reduce sleep time

This commit is contained in:
2022-03-11 21:13:45 +13:00
parent 0fb9e6903b
commit 3a9f50df5f

View File

@@ -15,20 +15,16 @@ volumes:
temp: {}
steps:
- name: test
- name: Test with Molecule
image: guisea/ansible-molecule:latest
volumes:
- name: dockersock
path: /var/run
commands:
- sleep 20 # give docker enough time to start
- sleep 10 # give docker enough time to start
- 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
- molecule test
- name: notify by email
image: drillster/drone-email