mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
export KUBE_VERSION
This commit is contained in:
parent
873eb3292f
commit
b1907f5b1e
@ -441,7 +441,8 @@ function prepare-push() {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Run build.sh to get the required release
|
# 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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user