Merge pull request #87958 from dims/tolerate-when-bazel-shutdown-errors-out

tolerate when bazel shutdown errors out
This commit is contained in:
Kubernetes Prow Robot 2020-02-10 09:24:08 -08:00 committed by GitHub
commit bb3cddc24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -623,6 +623,6 @@ bazel-release:
else
bazel-release:
bazel build //build/release-tars
bazel shutdown
bazel shutdown || true
pkill ^bazel || true
endif