Skip to content

Commit 28356f7

Browse files
committed
chore: Fix CI issue
1 parent cfb1c87 commit 28356f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ if [ -z "${PROTOBUF_RUNTIME_VERSION}" ]; then
2727
exit 1
2828
fi
2929

30+
# Get the directory of the build script
31+
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
3032
cd "${scriptDir}/../.." # cd to the root of this repo
33+
source "$scriptDir/common.sh"
3134

3235
setup_maven_mirror
3336

0 commit comments

Comments
 (0)