Fix CI build breaks (#20884)

* Fix CI build breaks

* Update filters
This commit is contained in:
Karl Burtram
2022-10-19 21:47:49 -07:00
committed by GitHub
parent d5c63f4bfb
commit 318bfe62ee
6 changed files with 2 additions and 153 deletions

View File

@@ -1,6 +0,0 @@
R=`git status --porcelain | wc -l`
if [ "$R" -ne "0" ]; then
echo "The git repo is not clean after compiling the /build/ folder. Did you forget to commit .js output for .ts files?";
git status --porcelain
exit 1;
fi