Skip to content

Commit cde48d1

Browse files
authored
Exclude override-snapshot generateName from diff check (#3355)
1 parent 56665c6 commit cde48d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/verify-diff.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readonly EXCLUDE_PATTERNS=(
1212
'*sha256:*'
1313
'*revision: *'
1414
'url: \"https://github.com/openshift-knative/.*(\.git)?\"' # some repos in the override-snapshot have the .git suffix, some not ¯\_(ツ)_/¯
15+
'name: serverless-operator-.*-override-snapshot-.*'
1516
)
1617

1718
# Function to check if a file should be excluded

0 commit comments

Comments
 (0)