We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56665c6 commit cde48d1Copy full SHA for cde48d1
hack/verify-diff.sh
@@ -12,6 +12,7 @@ readonly EXCLUDE_PATTERNS=(
12
'*sha256:*'
13
'*revision: *'
14
'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-.*'
16
)
17
18
# Function to check if a file should be excluded
0 commit comments