Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b122bcdf
Commit
b122bcdf
authored
Mar 06, 2019
by
Clement Ho
Committed by
Tim Zallmann
Mar 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add gitlab:ui:visual ci job
parent
2e154942
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.gitlab-ci.yml
.gitlab-ci.yml
+23
-0
No files found.
.gitlab-ci.yml
View file @
b122bcdf
...
@@ -683,6 +683,29 @@ gitlab:assets:compile:
...
@@ -683,6 +683,29 @@ gitlab:assets:compile:
-
docker
-
docker
-
gitlab-org
-
gitlab-org
gitlab:ui:visual:
tags
:
-
gitlab-org
before_script
:
[]
dependencies
:
-
compile-assets
script
:
# Remove node modules from GitLab that may conflict with gitlab-ui
-
rm -r node_modules
-
git clone https://gitlab.com/gitlab-org/gitlab-ui.git
-
cp public/assets/application-*.css gitlab-ui/styles/application.css
-
cd gitlab-ui
-
yarn install
-
CSS_URL=./application.css yarn test
only
:
changes
:
-
app/assets/stylesheets/*.scss
-
app/assets/stylesheets/**/*.scss
-
app/assets/stylesheets/**/**/*.scss
artifacts
:
paths
:
-
tests/__image_snapshots__/
karma
:
karma
:
<<
:
*dedicated-no-docs-pull-cache-job
<<
:
*dedicated-no-docs-pull-cache-job
<<
:
*use-pg
<<
:
*use-pg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment