Merge pull request #87866 from dims/shutdown-bazel-explicitly-after-we-build

Explicitly shutdown bazel after the target finishes
This commit is contained in:
Kubernetes Prow Robot
2020-02-06 17:48:22 -08:00
committed by GitHub

View File

@@ -623,4 +623,5 @@ bazel-release:
else
bazel-release:
bazel build //build/release-tars
bazel shutdown
endif