mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Merge pull request #87958 from dims/tolerate-when-bazel-shutdown-errors-out
tolerate when bazel shutdown errors out
This commit is contained in:
@@ -623,6 +623,6 @@ bazel-release:
|
||||
else
|
||||
bazel-release:
|
||||
bazel build //build/release-tars
|
||||
bazel shutdown
|
||||
bazel shutdown || true
|
||||
pkill ^bazel || true
|
||||
endif
|
||||
|
Reference in New Issue
Block a user