mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #87929 from dims/ensure-bazel-is-really-down
Ensure bazel is really brought down (ONLY on bazel-release target)
This commit is contained in:
commit
06c639fb4a
@ -624,4 +624,5 @@ else
|
|||||||
bazel-release:
|
bazel-release:
|
||||||
bazel build //build/release-tars
|
bazel build //build/release-tars
|
||||||
bazel shutdown
|
bazel shutdown
|
||||||
|
pkill ^bazel || true
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user