Find channel-info.sh

This commit is contained in:
Michael Vines 2018-11-30 08:49:49 -08:00
parent bad0b55ab6
commit b2eeccbcc2
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

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/