From 28356f7a02d7c2cad8a1fb64bae6cbca67e679bc Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 3 Dec 2024 11:13:46 -0500 Subject: [PATCH] chore: Fix CI issue --- .kokoro/presubmit/downstream-protobuf-source-compatibility.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kokoro/presubmit/downstream-protobuf-source-compatibility.sh b/.kokoro/presubmit/downstream-protobuf-source-compatibility.sh index efb8b512e7..d9884541ff 100755 --- a/.kokoro/presubmit/downstream-protobuf-source-compatibility.sh +++ b/.kokoro/presubmit/downstream-protobuf-source-compatibility.sh @@ -27,7 +27,10 @@ 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 +source "$scriptDir/common.sh" setup_maven_mirror