blob: 844448f4bd2e8a75138c74226478dcdb630fcb5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/scripts/validate b/scripts/validate
index 2811bb8..7329e8f 100755
--- a/scripts/validate
+++ b/scripts/validate
@@ -17,8 +17,3 @@ go mod verify
echo Generating files
go generate
-if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
- echo "Encountered dirty repo!"
- git status --porcelain --untracked-files=no
- exit 1
-fi
|