Ensure bazel is really brought down

This commit is contained in:
Davanum Srinivas 2020-02-07 13:14:44 -05:00
parent 64ba0bf3d6
commit 36785bedfc
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

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