]> granicus.if.org Git - esp-idf/commitdiff
ci: Retry submodule sync 2 more times before failing
authorAngus Gratton <angus@espressif.com>
Wed, 20 Feb 2019 23:48:55 +0000 (10:48 +1100)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 28 Feb 2019 12:38:31 +0000 (20:38 +0800)
.gitlab-ci.yml

index 57c66024b0ac51d0b01dc16f47443e6033d9673c..95411aaa1c40cd1356fc7c6e5e558429991f43e2 100644 (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