Skip to content

Commit

Permalink
chore: Remove maven mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 12, 2024
1 parent d2fde40 commit 0c96aa3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .kokoro/nightly/downstream-protobuf-source-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c96aa3

Please sign in to comment.