mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: fix fetch_from_mirror_url_if_exists
This commit is contained in:
parent
e6a4ad3d55
commit
6947dd533a
@ -229,7 +229,8 @@ variables:
|
||||
else
|
||||
git remote add origin "${MIRROR_REPO_URL}"
|
||||
fi
|
||||
git fetch origin --no-recurse-submodules
|
||||
# mirror url may fail with authentication issue
|
||||
git fetch origin --no-recurse-submodules || true
|
||||
fi
|
||||
|
||||
# set remote url to CI_REPOSITORY_URL
|
||||
|
Loading…
Reference in New Issue
Block a user