mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Add SKIP_PUSH_GCS env so we can run without a push to GCS
This commit is contained in:
parent
c9c98ab19e
commit
7f142b0ee0
@ -47,7 +47,9 @@ docker images -q | xargs -r docker rmi
|
|||||||
# Build
|
# Build
|
||||||
go run ./hack/e2e.go -v --build
|
go run ./hack/e2e.go -v --build
|
||||||
|
|
||||||
# Push to GCS
|
[[ ${KUBE_SKIP_PUSH_GCS} =~ ^[yY]$ ]] || {
|
||||||
./build/push-ci-build.sh
|
# Push to GCS
|
||||||
|
./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