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: {} 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