Delete the exited container after running python bazel_deps.sh

pull/19578/head
Jan Tattermusch 5 years ago committed by GitHub
parent 70dd0b9b3b
commit af8c8a88e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/distrib/python/bazel_deps.sh

@ -26,6 +26,7 @@ else
docker build -t bazel_local_img tools/dockerfile/test/sanity
docker run -v "$(realpath .):/src/grpc/:ro" \
-w /src/grpc/third_party/protobuf \
--rm=true \
bazel_local_img \
bazel query 'deps('$1')'
fi

Loading…
Cancel
Save