Skip to content

Commit

Permalink
Merge pull request grpc#15077 from jtattermusch/fix_macos_interop_to_…
Browse files Browse the repository at this point in the history
…prod

Fix macos interop_to_prod tests
  • Loading branch information
jtattermusch authored Apr 17, 2018
2 parents a377773 + 6085e25 commit 8e6e89c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8e6e89c

Please sign in to comment.