Skip to content

Commit 367c3c0

Browse files
committed
Merge branch 'bugfix/ci_submodule_checkout_v3.3' into 'release/v3.3'
ci: Clean submodules after fetching sources See merge request espressif/esp-idf!7321
2 parents 64df5e1 + 2b6021c commit 367c3c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci/get-full-sources.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ update_submodules() {
4141
else
4242
${SCRIPT_DIR}/mirror-submodule-update.sh || return $?
4343
fi
44+
# possibility that there are some untracked files left in submodule working directories
45+
git submodule foreach --recursive git clean -ffdx
4446
}
4547

4648
del_files() {

0 commit comments

Comments
 (0)