mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'bugfix/ci_fix_getting_sources' into 'master'
CI: Fix the spell for more reliable getting the sources See merge request !1127
This commit is contained in:
@@ -70,8 +70,8 @@ for try in `seq $RETRIES`; do
|
|||||||
echo "Fetch strategy submodules succeeded" &&
|
echo "Fetch strategy submodules succeeded" &&
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
git submodule foreach "git reset --hard HEAD && git submodule deinit --force ."
|
git submodule foreach --recursive "git reset --hard HEAD && git submodule deinit --force -- . || true"
|
||||||
git submodule deinit --force .
|
git reset --hard HEAD && git submodule deinit --force -- . || true
|
||||||
done
|
done
|
||||||
|
|
||||||
# Then we use the clean way.
|
# Then we use the clean way.
|
||||||
|
Reference in New Issue
Block a user