Explicitly shutdown bazel after the target finishes

This commit is contained in:
Davanum Srinivas
2020-02-05 18:16:34 -05:00
parent 9f6f608816
commit fc719c13f5

View File

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