From cced2cb14736068d49668fd765196ee2c586fe8d Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 21 Feb 2019 10:48:55 +1100 Subject: [PATCH] ci: Retry submodule sync 2 more times before failing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9783b79d2..fbcf3a692 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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