File tree Expand file tree Collapse file tree
tools/internal_ci/helper_scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ git submodule update --init
2323# Clone repositories for languages tested by the interop test suite
2424# Also show the current commit SHA that will be tested.
2525git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go && (cd ../grpc-go; git rev-parse HEAD)
26- git clone --recursive https://github.com/grpc /grpc-java ./../grpc-java && (cd ../grpc-java; git rev-parse HEAD)
26+ git clone --recursive https://github.com/kannanjgithub /grpc-java --single-branch --branch mcs-interop-tests ./../grpc-java && (cd ../grpc-java; git rev-parse HEAD)
2727git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node && (cd ../grpc-node; git rev-parse HEAD)
2828git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart && (cd ../grpc-dart; git rev-parse HEAD)
2929git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet && (cd ../grpc-dotnet; git rev-parse HEAD)
You can’t perform that action at this time.
0 commit comments