From 3a9f50df5f2c7e17612a2103d8dee23b78830ff6 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 21:13:45 +1300 Subject: [PATCH] reduce sleep time --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7147aa0..58aecdb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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