Merge pull request #87929 from dims/ensure-bazel-is-really-down

Ensure bazel is really brought down (ONLY on bazel-release target)
This commit is contained in:
Kubernetes Prow Robot 2020-02-08 03:00:07 -08:00 committed by GitHub
commit 06c639fb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,4 +624,5 @@ else
bazel-release:
bazel build //build/release-tars
bazel shutdown
pkill ^bazel || true
endif