ci: also output ansible-lint json to console
This commit is contained in:
parent
770602f92d
commit
8a5c248da4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ansible-lint:
|
|||
stage: lint
|
||||
script:
|
||||
- ansible-lint --version
|
||||
- ANSIBLE_CONFIG=ansible.lint.cfg ansible-lint -f codeclimate > ansible-lint-report.json
|
||||
- ANSIBLE_CONFIG=ansible.lint.cfg ansible-lint -f codeclimate |& tee ansible-lint-report.json
|
||||
artifacts:
|
||||
reports:
|
||||
codequality: ansible-lint-report.json
|
||||
|
|
Loading…
Add table
Reference in a new issue