From 36785bedfcf5f5cee6d2a3e2a6988643d62d065f Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 7 Feb 2020 13:14:44 -0500 Subject: [PATCH] Ensure bazel is really brought down --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index ad3be9b5f6e..e053716572e 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -624,4 +624,5 @@ else bazel-release: bazel build //build/release-tars bazel shutdown + pkill ^bazel || true endif