Github: force cleanup tree on decontaminate (#2526)
This commit is contained in:
2
.github/workflows/pvs_studio.yml
vendored
2
.github/workflows/pvs_studio.yml
vendored
@@ -25,7 +25,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