Github: force cleanup tree on decontaminate (#2526)
This commit is contained in:
parent
204b50381a
commit
acc32f66e8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
2
.github/workflows/merge_report.yml
vendored
2
.github/workflows/merge_report.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
2
.github/workflows/pvs_studio.yml
vendored
2
.github/workflows/pvs_studio.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
2
.github/workflows/updater_test.yml
vendored
2
.github/workflows/updater_test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
git submodule status || (
|
git submodule status || (
|
||||||
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
git ls-files --stage | egrep '^160000' | awk '{print $4}' | while read submodule
|
||||||
do
|
do
|
||||||
git rm -rf --cached "$submodule"
|
git rm -rf "$submodule"
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user