Skip to content

Commit b316668

Browse files
committed
chore: add debug output to build.sh for missing modules
1 parent 5401873 commit b316668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ case ${JOB_TYPE} in
233233
if [ -f "${dir}/pom.xml" ] && [ "${dir}" != "." ]; then
234234
# Exclude sample modules as they are not in the default reactor
235235
if [[ "${dir}" != *"samples"* ]]; then
236+
echo "Processed file: ${changed_file} -> resolved module: ${dir}"
236237
changed_modules+=("${dir}")
237238
fi
238239
fi

0 commit comments

Comments
 (0)