Retry clonning the tobiko repository
Clonning tobiko fails sometimes This patch adds some retries to that task Change-Id: I1ce4c8f7faf4ea98633f03223432b0a6ec046e5a
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
remote: '{{ deploy_git_remote or omit }}'
|
||||
force: yes
|
||||
register: checkout_files
|
||||
until: checkout_files is not failed
|
||||
retries: 5
|
||||
delay: 5
|
||||
|
||||
|
||||
- when:
|
||||
|
||||
Reference in New Issue
Block a user