buildscripts: fix url of grpc core repo (#6708)

This commit is contained in:
Eric Gribkoff 2020-02-13 18:51:08 -08:00 committed by GitHub
parent e320b9bee5
commit 5555ec9a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pushd grpc-java/interop-testing
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
popd
git clone https://github.com/ericgribkoff/grpc.git
git clone https://github.com/grpc/grpc.git
grpc/tools/run_tests/helper_scripts/prep_xds.sh
python3 grpc/tools/run_tests/run_xds_tests.py \