From ba2eb151e0305b17f8de3638c048da1c19c2d9a8 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 29 Dec 2020 21:55:23 -0600 Subject: [PATCH] Revert code climate --- .gitlab-ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91ae3f8..6db1521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,30 +12,14 @@ variables: refHuVersion: "38.p12.v31" refERCCVersion: "92" -include: - - template: Code-Quality.gitlab-ci.yml - stages: - test - unit - aggregation - reference - integration - - consistency + - consistency: [gl-code-quality-report.html] -code_quality: - stage: test - artifacts: - paths: [gl-code-quality-report.json] - expire_in: 1 year - -code_quality_html: - stage: test - extends: code_quality - variables: - REPORT_FORMAT: html - artifacts: - paths: [gl-code-quality-report.html] getBag: stage: unit -- GitLab