FAQ | This is a LIVE service | Changelog

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

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

parent ed9021b0
Branches keystone_keycloak
No related tags found
1 merge request!1Keystone Keycloak integration and Horizon branding
......@@ -22,4 +22,4 @@ lint-yml:
- merge_requests
- tags
script:
- find etc/kayobe -iname "*.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