more sleep again

This commit is contained in:
2022-03-11 15:59:53 +13:00
parent ce2e71f072
commit e844c352bb

View File

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