Skip to content

Commit

Permalink
fix kokoro
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Apr 4, 2020
1 parent 2d3d2d2 commit 88de2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.sh
Expand Up @@ -17,7 +17,7 @@ shopt -u extglob
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
popd

git clone -b "${branch}" https://github.com/grpc/grpc.git
git clone -b master https://github.com/grpc/grpc.git

grpc/tools/run_tests/helper_scripts/prep_xds.sh
JAVA_OPTS=-Djava.util.logging.config.file=grpc-java/buildscripts/xds_logging.properties \
Expand Down

0 comments on commit 88de2ac

Please sign in to comment.