Skip to content

Commit a1616a7

Browse files
committed
chore: Trigger all ITs to run
1 parent 69a0348 commit a1616a7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.kokoro/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function parse_submodules() {
7171

7272
# Use grep to find the modules in the aggregator pom file
7373
# Faster than invoking mvn help:evaluate to list all the project modules
74-
modules=$(grep '<module>' "$1/pom.xml" | sed 's/.*<module>\(.*\)<\/module>.*/\1/')
74+
modules=$(grep '<module>' "$1/pom.xml" | sed 's/.*<module>\(.*\)<\/module>.*/\1/' || true)
7575
if [ -n "$modules" ]; then
7676
for submodule in $modules; do
7777
# Each entry = <folder>/<submodule>

google-cloud-pom-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<url>https://github.com/googleapis/google-cloud-java</url>
1212
<description>
1313
The top-level parent for all modules in the repository.
14+
1415
</description>
1516
<parent>
1617
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)