Skip to content

Commit

Permalink
chore: Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Nov 27, 2024
1 parent 5374a42 commit 3b87258
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .kokoro/presubmit/downstream-protobuf-source-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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
Expand All @@ -48,7 +47,6 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
-Dprotobuf.version=${PROTOBUF_RUNTIME_VERSION} \
-T 1C
popd
Expand Down

0 comments on commit 3b87258

Please sign in to comment.