Skip to content

Commit bb3cddc

Browse files
authored
Merge pull request kubernetes#87958 from dims/tolerate-when-bazel-shutdown-errors-out
tolerate when bazel shutdown errors out
2 parents db9123e + 598c279 commit bb3cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,6 @@ bazel-release:
623623
else
624624
bazel-release:
625625
bazel build //build/release-tars
626-
bazel shutdown
626+
bazel shutdown || true
627627
pkill ^bazel || true
628628
endif

0 commit comments

Comments
 (0)