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/