mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
ci: Clean submodules after fetching sources
Assuming no submodule dirs contain artifacts that we can't clean
This commit is contained in:
committed by
Angus Gratton
parent
1d7fdf42d5
commit
37fc756875
@ -41,6 +41,8 @@ update_submodules() {
|
|||||||
else
|
else
|
||||||
${SCRIPT_DIR}/mirror-submodule-update.sh || return $?
|
${SCRIPT_DIR}/mirror-submodule-update.sh || return $?
|
||||||
fi
|
fi
|
||||||
|
# possibility that there are some untracked files left in submodule working directories
|
||||||
|
git submodule foreach --recursive git clean -ffdx
|
||||||
}
|
}
|
||||||
|
|
||||||
del_files() {
|
del_files() {
|
||||||
|
Reference in New Issue
Block a user