Skip to content

Commit

Permalink
Move invalid examples to channel names instead of version
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Young <nick@isovalent.com>
  • Loading branch information
youngnick committed Sep 5, 2023
1 parent 8c05428 commit 6250ec4
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-crds-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ for CHANNEL in experimental standard; do

for file in $(find hack/invalid-examples -name "*.yaml"); do
# Don't check alpha resources in Standard checks
if [[ "$file" =~ "v1alpha2" && "$CHANNEL" == "standard" ]]; then
if [[ "$file" =~ "experimental" && "$CHANNEL" == "standard" ]]; then
continue
fi

Expand Down

0 comments on commit 6250ec4

Please sign in to comment.