From: Angus Gratton Date: Wed, 20 Feb 2019 23:48:55 +0000 (+1100) Subject: ci: Retry submodule sync 2 more times before failing X-Git-Tag: v3.2-rc~19^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=226c790766f85a356ec6182f3532666b73121ef6;p=esp-idf ci: Retry submodule sync 2 more times before failing --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57c66024b0..95411aaa1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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