Merge branch 'ci/retry_submodule_sync_v3.0' into 'release/v3.0'

Ci/retry submodule sync v3.0

See merge request idf/esp-idf!4664
This commit is contained in:
Jiang Jiang Jian 2019-04-02 13:01:16 +08:00
commit 9be6f0c0a6

View file

@ -383,7 +383,7 @@ check_submodule_sync:
stage: deploy
image: $CI_DOCKER_REGISTRY/esp32-ci-env
tags:
- build
- github_sync
except:
- master
- /^release\/v/
@ -391,6 +391,7 @@ check_submodule_sync:
dependencies: []
variables:
GIT_STRATEGY: clone
retry: 2
before_script: *do_nothing_before
script:
# check if all submodules are correctly synced to public repostory