diff --git a/hack/jenkins/build.sh b/hack/jenkins/build.sh index ad340715417..5bbbc95386f 100755 --- a/hack/jenkins/build.sh +++ b/hack/jenkins/build.sh @@ -62,7 +62,8 @@ git clean -fdx # docker images -q | xargs -r docker rmi # Build -go run ./hack/e2e.go -v --build +# Jobs explicitly set KUBE_FASTBUILD to desired settings. +make release # Push to GCS? if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then