From 8a5c248da4b3dd59a85076ee52069d47a9cfb785 Mon Sep 17 00:00:00 2001 From: saibotk Date: Mon, 13 Jun 2022 02:25:03 +0200 Subject: [PATCH] ci: also output ansible-lint json to console --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d58cdd..801e6cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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