From 95ea9586daff65cf57296e54149c2ed9cfab7b34 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Mon, 1 Aug 2016 13:31:01 -0700 Subject: [PATCH] GKE test-build-release: Actually do the build. --- cluster/gke/util.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index dd8cd2a2ea1..80e67740574 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -63,10 +63,12 @@ function detect-project() { } # Execute prior to running tests to build a release if required for env. +# +# Assumed Vars: +# KUBE_ROOT function test-build-release() { echo "... in gke:test-build-release()" >&2 - echo "... We currently use the Kubernetes version that GKE supports," - echo "... not bleeding-edge builds." + "${KUBE_ROOT}/build/release.sh" } # Verify needed binaries exist.