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