fix macos interop_to_prod tests

pull/15077/head
Jan Tattermusch 7 years ago
parent 67bfead4f0
commit 6085e2562f
  1. 6
      tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc

@ -33,9 +33,3 @@ 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
# Set up Docker for Mac
docker-machine create -d virtualbox --virtualbox-share-folder "/Users/kbuilder/workspace:" default
docker-machine env default
eval $(docker-machine env default)

Loading…
Cancel
Save