Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
1c997b49
Commit
1c997b49
authored
3 months ago
by
Anders Lindh Olsson
Browse files
Options
Downloads
Patches
Plain Diff
Move code quality job to template
parent
8c9e3268
No related branches found
No related tags found
2 merge requests
!612
Release 5.0.0
,
!582
CE-3393: Move code quality job to template
Pipeline
#209404
passed
3 months ago
Stage: setup
Stage: check
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-10
2 additions, 10 deletions
.gitlab-ci.yml
with
2 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
10
View file @
1c997b49
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment