Skip to content

Commit 84d71d4

Browse files
committed
ci: Run Linkage Checker for all relevant modules
1 parent e94508c commit 84d71d4

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
@@ -49,7 +49,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
4949

5050
# Match all artifacts that start with google-cloud (rules out proto and grpc modules)
5151
# Exclude any matches to BOM artifacts or emulators
52-
ARTIFACT_LIST=$(cat "versions.txt" | grep "^google-cloud" | grep -v "bom|emulator" | tr '\n' ',')
52+
ARTIFACT_LIST=$(cat "versions.txt" | grep "^google-cloud" | grep -vE "(bom|emulator)" | tr '\n' ',')
5353
ARTIFACT_LIST=${ARTIFACT_LIST%,}
5454

5555
echo "Found artifacts ${ARTIFACT_LIST}"

0 commit comments

Comments
 (0)