Find channel-info.sh

This commit is contained in:
Michael Vines
2018-11-30 08:49:49 -08:00
parent bad0b55ab6
commit b2eeccbcc2

View File

@ -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/