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 f56c5dacca
commit fa0e1ad356

View File

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