diff options
author | Matt Kwong <mattkwong@google.com> | 2016-09-23 14:36:23 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2016-09-28 16:55:15 -0700 |
commit | 46c7f574bd4a5298f09fd5d72924b93c355e357e (patch) | |
tree | b412bac33f2a753fbd4e6090d3c5148005fb1fed /tools/dockerfile/stress_test/grpc_interop_stress_go | |
parent | a436bab47f394c339b6e8978da3317ff94abfdf8 (diff) |
submodule clone comments changed to be more descriptive
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_go')
-rwxr-xr-x | tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh index a1d243d411..de8430d677 100755 --- a/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh +++ b/tools/dockerfile/stress_test/grpc_interop_stress_go/build_interop_stress.sh @@ -40,7 +40,7 @@ git clone --recursive /var/local/jenkins/grpc-go src/google.golang.org/grpc # grpc/tools/gcp/stress_tests git clone /var/local/jenkins/grpc /var/local/git/grpc -# clone gRPC submodules +# clone gRPC submodules, use data from locally cloned submodules where possible (cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \ update --init --reference ./../../jenkins/grpc/" $2 " " $2) }') |