update prepare scripts

pull/18070/head
Jan Tattermusch 6 years ago
parent cfc2156665
commit ecee06640e
  1. 1
      tools/internal_ci/helper_scripts/prepare_build_interop_rc
  2. 1
      tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc

@ -28,6 +28,7 @@ git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet
# Download json file.
mkdir ~/service_account

@ -22,3 +22,4 @@ git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet

Loading…
Cancel
Save