Skip to content

Commit 166273b

Browse files
author
OpenShift Bot
authored
Merge pull request #12054 from stevekuznetsov/skuznets/commitchecker
Merged by openshift-bot
2 parents b32bbcf + e186cee commit 166273b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/verify-upstream-commits.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
33

44
if ! git status &> /dev/null; then
5-
echo "SKIPPED: Not a Git repository"
6-
exit 0
5+
echo "FAILURE: Not a Git repository"
6+
exit 1
77
fi
88

99
os::util::ensure::built_binary_exists 'commitchecker'

0 commit comments

Comments
 (0)