Use non-zero exit on channel determination failure
This commit is contained in:
@ -29,7 +29,7 @@ fi
|
||||
|
||||
if [[ -z $CHANNEL_OR_TAG ]]; then
|
||||
echo Unable to determine channel to publish into, exiting.
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@ fi
|
||||
|
||||
if [[ -z $CHANNEL ]]; then
|
||||
echo Unable to determine channel to publish into, exiting.
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z $DRYRUN ]]; then
|
||||
|
Reference in New Issue
Block a user