We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4ad2b commit afd46ceCopy full SHA for afd46ce
release.sh
@@ -14,7 +14,7 @@ if ! [[ "$VER" =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$ ]]; then
14
exit 1
15
fi
16
17
-if git ls-files --others | grep -Ev 'build/operator-sdk-v.+'; then
+if git ls-files --others --exclude-standard | grep -Ev 'build/operator-sdk-v.+'; then
18
echo "directory has untracked files"
19
20
0 commit comments