FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit bf6c80be authored by Paul Browne's avatar Paul Browne
Browse files

Fixed linting find command to ignore things we don't care about

parent 236c24be
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@ lint-yml:
- merge_requests
- tags
script:
- find etc/kayobe -type f \( -iname "*.yml" ! -iname "secrets.yml" ! -iname "passwords.yml" ! -iname "prometheus-alertmanager.yml" \) | xargs yamllint -f parsable
- find etc/kayobe -type f -name "*.yml" \( ! -path "etc/kayobe/ansible/*" ! -path "etc/kayobe/kolla/*" ! -iname secrets.yml \) | xargs yamllint -f parsable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment