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 92ea11fca1
commit 4d458a5e00
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

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