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
3
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
Merge requests
!442
Resolve
INFRA-8754
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
INFRA-8754
INFRA-8754
into
main
Overview
1
Commits
4
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Merged
Luis Contreras
requested to merge
INFRA-8754
into
main
11 months ago
Overview
1
Commits
4
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
INFRA-8754
👍
0
👎
0
Merge request reports
Compare
main
version 1
c5eee0b7
11 months ago
main (base)
and
latest version
latest version
ae04b87e
4 commits,
11 months ago
version 1
c5eee0b7
3 commits,
11 months ago
2 files
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
8
−
0
Options
@@ -14,6 +14,9 @@ stages:
include
:
-
project
:
"
ics-infrastructure/gitlab-ci-yml"
file
:
"
PreCommit.gitlab-ci.yml"
-
project
:
"
ics-infrastructure/gitlab-ci-yml"
file
:
"
SonarScanner.gitlab-ci.yml"
variables
:
CONTAINER_IMAGE
:
"
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
@@ -62,6 +65,11 @@ build-storybook:
paths
:
-
storybook-static
run-sonar-scanner
:
stage
:
test
needs
:
-
job
:
build-container
.test-components
:
stage
:
test
image
:
cypress/browsers:node16.14.0-slim-chrome99-ff97
Loading