Skip to content
Snippets Groups Projects
Commit 1c997b49 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Move code quality job to template

parent 8c9e3268
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!582CE-3393: Move code quality job to template
Pipeline #209404 passed
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
include: include:
- project: "ccce/dev/gitlab-ci-yml" - project: "ccce/dev/gitlab-ci-yml"
file: "frontend.gitlab-ci.yml" file: "frontend.gitlab-ci.yml"
ref: "1.0.0" ref: "1.1.0"
- project: "ccce/dev/gitlab-ci-yml" - project: "ccce/dev/gitlab-ci-yml"
file: "deploy.gitlab-ci.yml" file: "deploy.gitlab-ci.yml"
ref: "1.0.0" ref: "1.1.0"
variables: variables:
TEMPLATE: deploy-ccce-${INSTANCE} TEMPLATE: deploy-ccce-${INSTANCE}
...@@ -21,14 +21,6 @@ install-dependencies: ...@@ -21,14 +21,6 @@ install-dependencies:
- node_modules - node_modules
- .npm - .npm
lint:
stage: check
script:
- npm run ci:code-quality
artifacts:
reports:
codequality: gl-codequality.json
.test-components: .test-components:
stage: test 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 image: cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment