diff options
author | Matt Kwong <mattkwong@google.com> | 2016-09-28 16:52:34 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2016-09-28 16:55:15 -0700 |
commit | 10dcccadfb1400bdc016ad2861b601a9d2574d04 (patch) | |
tree | 69be0c5a7414bbb7840dad1fbac0ebed36976615 /tools/dockerfile/stress_test/grpc_interop_stress_go | |
parent | 5d0f24600ef9b985bef3aada69e2f5847467c53c (diff) |
fixed whitespacing and docker_run_tests.sh now clones submodule via network
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 f0a54a4362..9e4769cf33 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, use data from locally cloned submodules where possible -(cd /var/local/jenkins/grpc / && git submodule foreach 'cd /var/local/git/grpc \ +(cd /var/local/jenkins/grpc/ && git submodule foreach 'cd /var/local/git/grpc \ && git submodule update --init --reference /var/local/jenkins/grpc/${name} \ ${name}') |