diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-01-23 09:14:45 +0100 |
---|---|---|
committer | Jakob Roland Andersen <jakobr@google.com> | 2018-03-06 15:26:27 +0100 |
commit | 9b719b35d5d1e8b7c75979df7c017ed245fdeb7b (patch) | |
tree | 151ee07baf722004718a4598f0d3066c60b3875b | |
parent | 0d629f09f8aa4ac2f669da076020a58f195cbf04 (diff) |
clone grpc-dart when running on kokoro
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_interop_rc | 1 | ||||
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc | 1 |
2 files changed, 2 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..4280a056b8 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/dart-lang/grpc-dart ./../grpc-dart # Download json file. mkdir ~/service_account diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc index 6ecf51dd3f..5e8afbce69 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc @@ -32,6 +32,7 @@ brew install md5sha1sum 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/dart-lang/grpc-dart ./../grpc-dart # Set up Docker for Mac docker-machine create -d virtualbox --virtualbox-share-folder "/Users/kbuilder/workspace:" default |