Skip to content

Commit 0c96aa3

Browse files
committed
chore: Remove maven mirror
1 parent d2fde40 commit 0c96aa3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.kokoro/nightly/downstream-protobuf-source-compatibility.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ if [ -z "${PROTOBUF_RUNTIME_VERSION}" ]; then
2929
exit 1
3030
fi
3131

32-
# Get the directory of the build script
33-
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
34-
cd "${scriptDir}/../.." # cd to the root of this repo
35-
# common.sh lives in the presubmit folder
36-
source "$scriptDir/../presubmit/common.sh"
37-
setup_maven_mirror
38-
3932
for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
4033
# Perform source-compatibility testing on main (latest changes)
4134
git clone "https://github.com/googleapis/$repo.git" --depth=1

0 commit comments

Comments
 (0)