mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #87866 from dims/shutdown-bazel-explicitly-after-we-build
Explicitly shutdown bazel after the target finishes
This commit is contained in:
commit
9a1ea1844e
@ -623,4 +623,5 @@ bazel-release:
|
|||||||
else
|
else
|
||||||
bazel-release:
|
bazel-release:
|
||||||
bazel build //build/release-tars
|
bazel build //build/release-tars
|
||||||
|
bazel shutdown
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user