diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-02-09 15:41:54 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-02-09 15:41:54 -0800 |
commit | bfe240ea07d09786e26c0e7f75a7dbabcb977c7f (patch) | |
tree | da5142d9125bfdc41b62a6a0bef07a444fb95bbb /tools | |
parent | ab02713c583e7c0e6e6570164c7500b0b01f0dc4 (diff) | |
parent | 11a694486a0c8c9c493cf679e5a66640553e0d28 (diff) |
Merge pull request #5168 from nathanielmanistaatgoogle/drop-interop-tests-make-install-certs
Drop Python interop tests' "make install-certs"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dockerfile/grpc_interop_python/build_interop.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_interop_python/build_interop.sh b/tools/dockerfile/grpc_interop_python/build_interop.sh index 203b012aed..ed736809bc 100755 --- a/tools/dockerfile/grpc_interop_python/build_interop.sh +++ b/tools/dockerfile/grpc_interop_python/build_interop.sh @@ -39,7 +39,6 @@ cp -r /var/local/jenkins/service_account $HOME || true cd /var/local/git/grpc -make install-certs make # build Python interop client and server |