|
|
@@ -121,7 +121,7 @@ build_template_app:
|
|
|
script:
|
|
|
# Set the variable for 'esp-idf-template' testing
|
|
|
- ESP_IDF_TEMPLATE_GIT=${ESP_IDF_TEMPLATE_GIT:-"https://github.com/espressif/esp-idf-template.git"}
|
|
|
- - git clone ${ESP_IDF_TEMPLATE_GIT}
|
|
|
+ - ./tools/ci/retry_failed.sh git clone ${ESP_IDF_TEMPLATE_GIT}
|
|
|
# Try to use the same branch name for esp-idf-template that we're
|
|
|
# using on esp-idf. If it doesn't exist then just stick to the default branch
|
|
|
- python $CHECKOUT_REF_SCRIPT esp-idf-template esp-idf-template
|