Add more sleep

This commit is contained in:
2022-03-11 15:58:26 +13:00
parent 20cf50a932
commit ce2e71f072

View File

@@ -21,7 +21,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- sleep 5 # give docker enough time to start - sleep 15 # 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}