Skip to content

Commit

Permalink
buildscripts: fix url of grpc core repo (grpc#6708)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff authored Feb 14, 2020
1 parent e320b9b commit 5555ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5555ec9

Please sign in to comment.