Don't turn the build red if channel cannot be figured (eg, building a tag)

This commit is contained in:
Michael Vines 2019-01-07 19:53:39 -08:00
parent c4ca76e39e
commit 534f8d7a4e
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ fi
if [[ -z $CHANNEL ]]; then
echo Unable to determine channel to publish into, exiting.
exit 1
echo "^^^ +++"
exit 0
fi
rm -rf usr/