diff options
author | ncteisen <ncteisen@gmail.com> | 2018-03-15 13:46:28 -1000 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-03-15 13:46:28 -1000 |
commit | b93a006d64f071ad0804b00f9b1064411a430092 (patch) | |
tree | d5971592bf7675ab5279723d46ab96f8e5827b5f /tools/internal_ci/helper_scripts/prepare_build_interop_rc | |
parent | 0c6024b94dc2a8aa9d851d8bc5d3a96e97802a55 (diff) | |
parent | 941dbaf9f0adb99f3fac4317c703084409a7a33d (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing
Diffstat (limited to 'tools/internal_ci/helper_scripts/prepare_build_interop_rc')
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_interop_rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_interop_rc index db978c8b3f..fb0f4b8054 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_interop_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_interop_rc @@ -27,6 +27,7 @@ git submodule update --init 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 # Download json file. mkdir ~/service_account |