Skip to content

Commit 9a1ea18

Browse files
authored
Merge pull request kubernetes#87866 from dims/shutdown-bazel-explicitly-after-we-build
Explicitly shutdown bazel after the target finishes
2 parents 69e0178 + fc719c1 commit 9a1ea18

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
@@ -623,4 +623,5 @@ bazel-release:
623623
else
624624
bazel-release:
625625
bazel build //build/release-tars
626+
bazel shutdown
626627
endif

0 commit comments

Comments
 (0)