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

Merge branch 'ce-3393_remove_cq_job' into 'develop'

CE-3393: Move code quality job to template

See merge request !582
parents 8c9e3268 3811f042
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!582CE-3393: Move code quality job to template
Pipeline #209678 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
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"generate-api": "npx @rtk-query/codegen-openapi openapi-config.ts", "generate-api": "npx @rtk-query/codegen-openapi openapi-config.ts",
"ci:build": "tsc && vite build", "ci:build": "tsc && vite build",
"ci:build-storybook": "storybook build", "ci:build-storybook": "storybook build",
"ci:code-quality": "eslint src --ext .js,.ts,.jsx,.tsx -o eslint/quality -f gitlab" "ci:code-quality": "eslint src --format gitlab"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
......
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