From c506165ee005a3024802b2708d1c43a7fb0fd57c Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 5 Mar 2021 15:23:57 +0000
Subject: [PATCH] Revert "Add ansible-lint report as code quality artifact"

This reverts commit d3b751376e9b3f6f841ea79952581d5fb8bc2753
---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a29f49c2..f42d26a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,10 +13,7 @@ ansible-lint:
   before_script:
     - dnf install -y ansible-lint
   script:
-    - ansible-lint -f codeclimate *.yml > ansible-lint-report.json
-  artifacts:
-    reports:
-      codequality: ansible-lint-report.json
+    - ansible-lint *.yml
 
 
 # Automated month-based releases
-- 
GitLab