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
3bde109e
Commit
3bde109e
authored
4 months ago
by
Max Frederiksen
Committed by
Max Frederiksen
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup .gitlab-ci.tml
parent
7d803c17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!612
Release 5.0.0
,
!569
CE-3116: Cleanup react scripts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-40
0 additions, 40 deletions
.gitlab-ci.yml
with
0 additions
and
40 deletions
.gitlab-ci.yml
+
0
−
40
View file @
3bde109e
...
...
@@ -10,43 +10,3 @@ variables:
JOB_TAG
:
ce-deploy-ui
IMAGE_TAG_VAR
:
ce_deploy_ui_container_image_tag
DOMAIN
:
ce-deploy-${INSTANCE}.cslab.esss.lu.se
install-dependencies
:
artifacts
:
paths
:
-
.cache/*
-
cache/Cypress
-
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
script
:
-
npm ci
-
npm start &
-
CHOKIDAR_USEPOLLING=true WATCHPACK_POLLING=true npx cypress run --component --browser ${BROWSER}
needs
:
[]
# no requirements since it does an install
artifacts
:
when
:
on_failure
paths
:
-
cypress/videos
-
cypress/screenshots
test-components-chrome
:
extends
:
.test-components
variables
:
BROWSER
:
chrome
test-components-firefox
:
extends
:
.test-components
variables
:
BROWSER
:
firefox
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