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
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

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