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

improve yaml linting by using the configuration file

parent b94493d4
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -57,7 +57,7 @@ yamllint: ...@@ -57,7 +57,7 @@ yamllint:
script: script:
- echo "stage yamllint" - echo "stage yamllint"
- cd CICD - cd CICD
- ansible-lint -x ANSIBLE0002 master_playbook.yml - ansible-lint -c .yamllintconf.yaml -x ANSIBLE0002 master_playbook.yml
- yamllint -c ./.yamllintheat.yaml ./heat - yamllint -c ./.yamllintheat.yaml ./heat
build_cluster_cicd: 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