From 0b3baad0f467d85b4b7e9e11785c3eb8a319acd6 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Mon, 12 Jan 2015 09:49:37 -0800 Subject: [PATCH] Kill the forced upload to GCS. This actually tickles the -opipefail, and is only necessary if you're rebuilding (which isn't really safe, because it can slice downstream builds.) --- hack/jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/build.sh b/hack/jenkins/build.sh index 715bfa6eaf2..f4a412d5de4 100755 --- a/hack/jenkins/build.sh +++ b/hack/jenkins/build.sh @@ -49,6 +49,6 @@ git clean -fdx go run ./hack/e2e.go -v -build # Push to GCS -yes | ./build/push-ci-build.sh +./build/push-ci-build.sh sha256sum _output/release-tars/kubernetes*.tar.gz