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_ruby | |
parent | a436bab47f394c339b6e8978da3317ff94abfdf8 (diff) |
submodule clone comments changed to be more descriptive
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_ruby')
-rwxr-xr-x | tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh index 5e47bafe85..09b6fb1e11 100755 --- a/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh +++ b/tools/dockerfile/stress_test/grpc_interop_stress_ruby/build_interop_stress.sh @@ -39,7 +39,7 @@ cp -r /var/local/jenkins/service_account $HOME || true cd /var/local/git/grpc -# clone gRPC submodules +# clone gRPC submodules, use data from locally cloned submodules where possible git submodule | awk '{ system("git submodule update --init --reference \ ./../../jenkins/grpc/" $2 " " $2) }' |