From 5b31d4114698b28fb2e3555cf956a417afec109f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 1 Feb 2023 16:37:18 -0500 Subject: [PATCH] ci: use java-shared-dependencies in google-cloud-java repository for downstream test (#1291) * ci: use java-shared-dependencies in google-cloud-java * No need to modify google-cloud-jar-parent --- .kokoro/presubmit/downstream-build.sh | 47 ++++++++++++--------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/.kokoro/presubmit/downstream-build.sh b/.kokoro/presubmit/downstream-build.sh index 813a64ebd8..81b974b806 100755 --- a/.kokoro/presubmit/downstream-build.sh +++ b/.kokoro/presubmit/downstream-build.sh @@ -39,8 +39,8 @@ GAPIC_BOM_VERSION=$(sed -e 's/xmlns=".*"//' gapic-generator-java-bom/pom.xml | x ### Round 2 # Run the updated GAPIC BOM against HEAD of java-shared-dependencies -git clone "https://github.com/googleapis/java-shared-dependencies.git" --depth=1 -pushd java-shared-dependencies/first-party-dependencies +git clone "https://github.com/googleapis/google-cloud-java.git" --depth=1 +pushd google-cloud-java/java-shared-dependencies/first-party-dependencies # Replace GAPIC BOM version xmllint --shell pom.xml <