From 0c96aa336d343fa7dfa441770f11ede2bb659f94 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 11 Dec 2024 21:09:32 -0500 Subject: [PATCH] chore: Remove maven mirror --- .../nightly/downstream-protobuf-source-compatibility.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.kokoro/nightly/downstream-protobuf-source-compatibility.sh b/.kokoro/nightly/downstream-protobuf-source-compatibility.sh index ba3c8a28bb..c7caeb724c 100755 --- a/.kokoro/nightly/downstream-protobuf-source-compatibility.sh +++ b/.kokoro/nightly/downstream-protobuf-source-compatibility.sh @@ -29,13 +29,6 @@ if [ -z "${PROTOBUF_RUNTIME_VERSION}" ]; then exit 1 fi -# Get the directory of the build script -scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")") -cd "${scriptDir}/../.." # cd to the root of this repo -# common.sh lives in the presubmit folder -source "$scriptDir/../presubmit/common.sh" -setup_maven_mirror - for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma # Perform source-compatibility testing on main (latest changes) git clone "https://github.com/googleapis/$repo.git" --depth=1