mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Clean submodules after fetching sources
Assuming no submodule dirs contain artifacts that we can't clean
This commit is contained in:
parent
5f3957a20e
commit
3914aaac76
@ -41,6 +41,8 @@ update_submodules() {
|
||||
else
|
||||
${SCRIPT_DIR}/mirror-submodule-update.sh || return $?
|
||||
fi
|
||||
# possibility that there are some untracked files left in submodule working directories
|
||||
git submodule foreach --recursive git clean -ffdx
|
||||
}
|
||||
|
||||
del_files() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user