Commit b7b42528 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #4733 from GoogleCloudPlatform/revert-4315-add_skip_push_gcs

Revert "Add SKIP_PUSH_GCS env so we can run without a push to GCS"
parents 28dd73dd c0067656
......@@ -47,9 +47,7 @@ docker images -q | xargs -r docker rmi
# Build
go run ./hack/e2e.go -v --build
[[ ${KUBE_SKIP_PUSH_GCS} =~ ^[yY]$ ]] || {
# Push to GCS
./build/push-ci-build.sh
}
# Push to GCS
./build/push-ci-build.sh
sha256sum _output/release-tars/kubernetes*.tar.gz
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment