Skip to content

Commit

Permalink
Ignore .gitignore, .gitattributes and AUTHORS on presubmit (knative#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Jan 7, 2019
1 parent 7ac4d8c commit 2c930fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
source $(dirname ${BASH_SOURCE})/library.sh

# Extensions or file patterns that don't require presubmit tests.
readonly NO_PRESUBMIT_FILES=(\.md \.png ^OWNERS ^OWNERS_ALIASES)
readonly NO_PRESUBMIT_FILES=(\.md \.png \.gitignore \.gitattributes ^OWNERS ^OWNERS_ALIASES ^AUTHORS)

# Options set by command-line flags.
RUN_BUILD_TESTS=0
Expand Down

0 comments on commit 2c930fb

Please sign in to comment.