Skip to content

Commit 06c639f

Browse files
authored
Merge pull request kubernetes#87929 from dims/ensure-bazel-is-really-down
Ensure bazel is really brought down (ONLY on bazel-release target)
2 parents c90fd17 + 36785be commit 06c639f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/root/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,5 @@ else
624624
bazel-release:
625625
bazel build //build/release-tars
626626
bazel shutdown
627+
pkill ^bazel || true
627628
endif

0 commit comments

Comments
 (0)