mirror of https://github.com/grpc/grpc-java.git
buildscripts: fix url of grpc core repo (#6708)
This commit is contained in:
parent
e320b9bee5
commit
5555ec9a35
|
|
@ -14,7 +14,7 @@ pushd grpc-java/interop-testing
|
||||||
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
|
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
|
||||||
popd
|
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
|
grpc/tools/run_tests/helper_scripts/prep_xds.sh
|
||||||
python3 grpc/tools/run_tests/run_xds_tests.py \
|
python3 grpc/tools/run_tests/run_xds_tests.py \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue