mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
GKE test-build-release: Actually do the build.
This commit is contained in:
parent
2af3f03f92
commit
95ea9586da
@ -63,10 +63,12 @@ function detect-project() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Execute prior to running tests to build a release if required for env.
|
# Execute prior to running tests to build a release if required for env.
|
||||||
|
#
|
||||||
|
# Assumed Vars:
|
||||||
|
# KUBE_ROOT
|
||||||
function test-build-release() {
|
function test-build-release() {
|
||||||
echo "... in gke:test-build-release()" >&2
|
echo "... in gke:test-build-release()" >&2
|
||||||
echo "... We currently use the Kubernetes version that GKE supports,"
|
"${KUBE_ROOT}/build/release.sh"
|
||||||
echo "... not bleeding-edge builds."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Verify needed binaries exist.
|
# Verify needed binaries exist.
|
||||||
|
Loading…
Reference in New Issue
Block a user