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 <