mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: Retry submodule sync 2 more times before failing
This commit is contained in:
committed by
Ivan Grokhotkov
parent
c0d32f6e48
commit
226c790766
@@ -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
|
||||
|
Reference in New Issue
Block a user