From bfd7a8aa958d99c171a5db97fe3902b2770d9ad6 Mon Sep 17 00:00:00 2001 From: Anders Lindh Olsson <anders.lindholsson@ess.eu> Date: Tue, 3 Dec 2024 16:10:07 +0100 Subject: [PATCH] Remove code quality job It has been moved to the frontend gitlab CI template in gitlab-ci-yml. --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdac18ef..21a5bcb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,14 +19,6 @@ install-dependencies: - node_modules - .npm -lint: - stage: check - script: - - npm run ci:code-quality - artifacts: - reports: - codequality: gl-codequality.json - .test-components: stage: test image: cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 -- GitLab