Github: force cleanup tree on decontaminate (#2526)
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
git submodule status || (
|
||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||
do
|
||||
git rm -rf --cached "$submodule"
|
||||
git rm -rf "$submodule"
|
||||
done
|
||||
)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user