From c825e30229ec184a05aa8a8127522ed10fd72e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Tue, 15 Dec 2020 11:09:13 +0100 Subject: [PATCH] [TASK] Remove code quality job from GitLab CI template (#183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- .gitlab/pipeline/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/pipeline/.gitlab-ci.yml b/.gitlab/pipeline/.gitlab-ci.yml index 3b796ab..051300e 100644 --- a/.gitlab/pipeline/.gitlab-ci.yml +++ b/.gitlab/pipeline/.gitlab-ci.yml @@ -9,7 +9,6 @@ include: - template: License-Management.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml - template: SAST.gitlab-ci.yml - - template: Code-Quality.gitlab-ci.yml variables: MYSQL_ROOT_PASSWORD: root