aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-06-13 09:49:58 -0700
committerGravatar yang-g <yangg@google.com>2016-06-13 09:49:58 -0700
commita011572c8171cad96c3d630987afc8782883068c (patch)
tree1be5ae54c2c0a186fc13b890cf7ba6d518334926 /test/distrib
parente3975e72d2e58cbcfcd4cd76db9066fce381593a (diff)
cloning from the local repo
Diffstat (limited to 'test/distrib')
-rwxr-xr-xtest/distrib/cpp/run_distrib_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/cpp/run_distrib_test.sh b/test/distrib/cpp/run_distrib_test.sh
index 5c21a1e19e..dfe9867a60 100755
--- a/test/distrib/cpp/run_distrib_test.sh
+++ b/test/distrib/cpp/run_distrib_test.sh
@@ -30,7 +30,7 @@
set -ex
-git clone https://github.com/grpc/grpc.git
+git clone $EXTERNAL_GIT_ROOT
cd grpc && git submodule update --init
cd third_party/protobuf && ./autogen.sh && \