mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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:
commit
bb3cddc24f
@ -623,6 +623,6 @@ bazel-release:
|
||||
else
|
||||
bazel-release:
|
||||
bazel build //build/release-tars
|
||||
bazel shutdown
|
||||
bazel shutdown || true
|
||||
pkill ^bazel || true
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user