mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
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.)
This commit is contained in:
parent
268b943ccc
commit
0b3baad0f4
@ -49,6 +49,6 @@ git clean -fdx
|
|||||||
go run ./hack/e2e.go -v -build
|
go run ./hack/e2e.go -v -build
|
||||||
|
|
||||||
# Push to GCS
|
# Push to GCS
|
||||||
yes | ./build/push-ci-build.sh
|
./build/push-ci-build.sh
|
||||||
|
|
||||||
sha256sum _output/release-tars/kubernetes*.tar.gz
|
sha256sum _output/release-tars/kubernetes*.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user