|
|
@ -38,7 +38,7 @@ git clone --recursive --depth 1 /var/local/jenkins/grpc-java /var/local/git/grpc |
|
|
|
# grpc repo (for metrics client and for the stress test wrapper scripts) |
|
|
|
# grpc repo (for metrics client and for the stress test wrapper scripts) |
|
|
|
git clone /var/local/jenkins/grpc /var/local/git/grpc |
|
|
|
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 \ |
|
|
|
(cd /var/local/git/grpc/ && exec git submodule | awk '{ system("git submodule \ |
|
|
|
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }') |
|
|
|
update --init --reference ./../../jenkins/grpc/" $2 " " $2) }') |
|
|
|
|
|
|
|
|
|
|
|