Skip to content
Snippets Groups Projects
Commit 7317fd75 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

improve yaml linting by using the configuration file

Former-commit-id: 5ffe0fb6
parent d039524c
No related branches found
No related tags found
Loading
......@@ -57,7 +57,7 @@ yamllint:
script:
- echo "stage yamllint"
- cd CICD
- ansible-lint -x ANSIBLE0002 master_playbook.yml
- ansible-lint -c .yamllintconf.yaml -x ANSIBLE0002 master_playbook.yml
- yamllint -c ./.yamllintheat.yaml ./heat
build_cluster_cicd:
......
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