Update grpc-dart repo after The Move.

pull/14120/head
Jakob Roland Andersen 7 years ago
parent cb36a2a92b
commit 3ebfe92fa1
  1. 2
      tools/internal_ci/helper_scripts/prepare_build_interop_rc
  2. 2
      tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
  3. 2
      tools/interop_matrix/client_matrix.py

@ -27,7 +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
git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
# Download json file.
mkdir ~/service_account

@ -32,7 +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
git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
# Set up Docker for Mac
docker-machine create -d virtualbox --virtualbox-share-folder "/Users/kbuilder/workspace:" default

@ -18,7 +18,7 @@
def get_github_repo(lang):
return {
'dart': 'https://github.com/dart-lang/grpc-dart.git',
'dart': 'https://github.com/grpc/grpc-dart.git',
'go': 'https://github.com/grpc/grpc-go.git',
'java': 'https://github.com/grpc/grpc-java.git',
'node': 'https://github.com/grpc/grpc-node.git',

Loading…
Cancel
Save