mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
CI: Fix the spell for more reliable getting the sources
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