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 bot
parent 1aa8e8d38e
commit cced2cb147

View file

@ -765,6 +765,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