From b2eeccbcc24af29c41d7b88b88995785241cbd27 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 30 Nov 2018 08:49:49 -0800 Subject: [PATCH] Find channel-info.sh --- sdk/docker-solana/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/docker-solana/build.sh b/sdk/docker-solana/build.sh index 5942e06ff..7c6c44b04 100755 --- a/sdk/docker-solana/build.sh +++ b/sdk/docker-solana/build.sh @@ -2,7 +2,7 @@ set -ex cd "$(dirname "$0")" -eval "$(../channel-info.sh)" +eval "$(../../ci/channel-info.sh)" if [[ $BUILDKITE_BRANCH = "$STABLE_CHANNEL" ]]; then CHANNEL=stable @@ -14,7 +14,7 @@ fi if [[ -z $CHANNEL ]]; then echo Unable to determine channel to publish into, exiting. - exit 0 + exit 1 fi rm -rf usr/