From 5555ec9a35442f5282840d97935db5e3b71d2430 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Thu, 13 Feb 2020 18:51:08 -0800 Subject: [PATCH] buildscripts: fix url of grpc core repo (#6708) --- buildscripts/kokoro/xds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/kokoro/xds.sh b/buildscripts/kokoro/xds.sh index 52acc2978f..9372a32454 100755 --- a/buildscripts/kokoro/xds.sh +++ b/buildscripts/kokoro/xds.sh @@ -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 \