Skip to content

Commit 7f9bfeb

Browse files
committed
ci: Fix ci issue
1 parent 5ba44ac commit 7f9bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
5050
popd
5151

5252
# The `-s` argument filters the linkage check problems that stem from the artifact
53-
program_args="-r --artifacts ${ARTIFACT_LIST},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${maven_coordinates}"
53+
program_args="-r --artifacts ${ARTIFACT_LIST},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${ARTIFACT_LIST}"
5454
echo "Linkage Checker Program Arguments: ${program_args}"
5555
mvn -B -ntp exec:java -Dexec.mainClass="com.google.cloud.tools.opensource.classpath.LinkageCheckerMain" -Dexec.args="${program_args}"
5656
done

0 commit comments

Comments
 (0)