Exit if no argument is provided instead of defaulting to "auto"

This commit is contained in:
Saivann 2015-06-26 00:22:08 -04:00 committed by David A. Harding
parent 39d6121c89
commit 120030f73b
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -62,6 +62,7 @@ case "${1:-nil}" in
echo echo
echo "auto: only builds if the latest commit is GPG signed by an authorized key" echo "auto: only builds if the latest commit is GPG signed by an authorized key"
echo "force: builds latest commit no matter what" echo "force: builds latest commit no matter what"
exit 1
;; ;;
esac esac