From fa0e1ad3565f8fbe4f41b4c2faf64a8cd29c56ae Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 7 Jan 2019 19:53:39 -0800 Subject: [PATCH] Don't turn the build red if channel cannot be figured (eg, building a tag) --- sdk/docker-solana/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/docker-solana/build.sh b/sdk/docker-solana/build.sh index 1e8a42979e..878d06b816 100755 --- a/sdk/docker-solana/build.sh +++ b/sdk/docker-solana/build.sh @@ -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/