Skip to content

Commit 3874827

Browse files
committed
CI: Ignore spurious maintainers validation errors.
Signed-off-by: Dinko Korunic <[email protected]>
1 parent a9582b8 commit 3874827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- checkout
1818
- run:
19-
command: ct lint --all --config .circleci/ct.yaml
19+
command: ct lint --all --validate-maintainers=false --config .circleci/ct.yaml
2020
install-charts:
2121
machine: true
2222
steps:

0 commit comments

Comments
 (0)