We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b32bbcf + e186cee commit 166273bCopy full SHA for 166273b
hack/verify-upstream-commits.sh
@@ -2,8 +2,8 @@
2
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
3
4
if ! git status &> /dev/null; then
5
- echo "SKIPPED: Not a Git repository"
6
- exit 0
+ echo "FAILURE: Not a Git repository"
+ exit 1
7
fi
8
9
os::util::ensure::built_binary_exists 'commitchecker'
0 commit comments