We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857f290 commit 2bcdc2cCopy full SHA for 2bcdc2c
cloudbuild/presubmit.sh
@@ -49,7 +49,7 @@ initialize_git_repo() {
49
determine_tests_to_run() {
50
# Infer the files that changed
51
mapfile -t DELETED_BUILD_FILES < <(git diff origin/master --name-only --diff-filter=D | grep BUILD)
52
- mapfile -t CHANGED_FILES < <(git diff origin/master --name-only)
+ mapfile -t CHANGED_FILES < <(git diff origin/master --name-only | grep -v template)
53
echo "Deleted BUILD files: ${DELETED_BUILD_FILES[*]}"
54
echo "Changed files: ${CHANGED_FILES[*]}"
55
0 commit comments