export KUBE_VERSION

This commit is contained in:
He Simei 2015-09-18 14:14:20 +08:00
parent 873eb3292f
commit b1907f5b1e

View File

@ -441,7 +441,8 @@ function prepare-push() {
fi
else
# Run build.sh to get the required release
KUBE_VERSION=${KUBE_VERSION} "${KUBE_ROOT}/cluster/ubuntu/build.sh"
export KUBE_VERSION
"${KUBE_ROOT}/cluster/ubuntu/build.sh"
fi
}