Merge pull request #4315 from justinsb/add_skip_push_gcs

Add SKIP_PUSH_GCS env so we can run without a push to GCS
This commit is contained in:
Zach Loafman 2015-02-23 10:08:38 -08:00
commit 5269e06aa1

View File

@ -47,7 +47,9 @@ docker images -q | xargs -r docker rmi
# Build
go run ./hack/e2e.go -v --build
# Push to GCS
./build/push-ci-build.sh
[[ ${KUBE_SKIP_PUSH_GCS} =~ ^[yY]$ ]] || {
# Push to GCS
./build/push-ci-build.sh
}
sha256sum _output/release-tars/kubernetes*.tar.gz