From 1c997b49538604d60a0dc0732caf2c5359ee4d21 Mon Sep 17 00:00:00 2001 From: Anders Lindh Olsson <anders.lindholsson@ess.eu> Date: Wed, 11 Dec 2024 11:21:00 +0100 Subject: [PATCH] Move code quality job to template --- .gitlab-ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 435c98f9..d84f64bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ include: - project: "ccce/dev/gitlab-ci-yml" file: "frontend.gitlab-ci.yml" - ref: "1.0.0" + ref: "1.1.0" - project: "ccce/dev/gitlab-ci-yml" file: "deploy.gitlab-ci.yml" - ref: "1.0.0" + ref: "1.1.0" variables: TEMPLATE: deploy-ccce-${INSTANCE} @@ -21,14 +21,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