Skip to content

Commit acf7534

Browse files
committed
Change github java repo to my forked repo for testing unmerged changes (to master)
1 parent 37e58c8 commit acf7534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/internal_ci/helper_scripts/prepare_build_interop_rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2525
git 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)
2727
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node && (cd ../grpc-node; git rev-parse HEAD)
2828
git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart && (cd ../grpc-dart; git rev-parse HEAD)
2929
git clone --recursive https://github.com/grpc/grpc-dotnet ./../grpc-dotnet && (cd ../grpc-dotnet; git rev-parse HEAD)

0 commit comments

Comments
 (0)