diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index e4d6c6ad833..fddde6ccbe3 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -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 }