Keep the build green when there's nowhere to publish

This commit is contained in:
Michael Vines
2019-10-03 14:55:04 -07:00
parent 4b0577baff
commit d44b6016d1

View File

@ -33,8 +33,8 @@ else
fi
if [[ -z $CHANNEL_OR_TAG ]]; then
echo Unable to determine channel to publish into, exiting.
exit 1
echo +++ Unable to determine channel to publish into, exiting.
exit 0
fi
case "$CI_OS_NAME" in