mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #4873 from justinsb/add_skip_push_gcs_2
Add SKIP_PUSH_GCS env so we can run without a push to GCS
This commit is contained in:
commit
7fe7de45e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user