ci: Retry submodule sync 2 more times before failing

This commit is contained in:
Angus Gratton 2019-02-21 10:48:55 +11:00 committed by Ivan Grokhotkov
parent c0d32f6e48
commit 226c790766

View file

@ -731,6 +731,7 @@ check_submodule_sync:
<<: *check_job_template
variables:
GIT_STRATEGY: clone
retry: 2
script:
# check if all submodules are correctly synced to public repostory
- git submodule update --init --recursive