From d44b6016d1cc9fd3787e523ea117a0e7e5e037ea Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 3 Oct 2019 14:55:04 -0700 Subject: [PATCH] Keep the build green when there's nowhere to publish --- ci/publish-tarball.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/publish-tarball.sh b/ci/publish-tarball.sh index f978181b05..e2312eb2fa 100755 --- a/ci/publish-tarball.sh +++ b/ci/publish-tarball.sh @@ -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