Merge pull request #87866 from dims/shutdown-bazel-explicitly-after-we-build

Explicitly shutdown bazel after the target finishes
This commit is contained in:
Kubernetes Prow Robot 2020-02-06 17:48:22 -08:00 committed by GitHub
commit 9a1ea1844e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -623,4 +623,5 @@ bazel-release:
else
bazel-release:
bazel build //build/release-tars
bazel shutdown
endif