Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ case ${JOB_TYPE} in
# Format those specific modules instead of the entire codebase, reducing format check time.
# The --relative flag is when building in the submodule as only files modified in the module
# should be accounted for.
changed_file_list=$(git diff --name-only "${BASE_SHA}" "${HEAD_SHA}" --relative)
changed_file_list=$(git diff --name-only "${BASE_SHA}...${HEAD_SHA}" --relative)
echo "${changed_file_list}"

has_code_change="false"
Expand Down
Loading