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
7373bc0b
Commit
7373bc0b
authored
Jun 27, 2017
by
Phil Hughes
Committed by
Ruben Davila
Jun 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated gitlab-ci.yml to compile locale
parent
bea0d4e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
No files found.
.gitlab-ci.yml
View file @
7373bc0b
...
@@ -193,6 +193,7 @@ setup-test-env:
...
@@ -193,6 +193,7 @@ setup-test-env:
script
:
script
:
-
node --version
-
node --version
-
yarn install --pure-lockfile --cache-folder .yarn-cache
-
yarn install --pure-lockfile --cache-folder .yarn-cache
-
bundle exec rake gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
-
bundle exec rake gitlab:assets:compile
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts
:
artifacts
:
...
@@ -433,6 +434,7 @@ gitlab:assets:compile:
...
@@ -433,6 +434,7 @@ gitlab:assets:compile:
NO_COMPRESSION
:
"
true"
NO_COMPRESSION
:
"
true"
script
:
script
:
-
yarn install --pure-lockfile --production --cache-folder .yarn-cache
-
yarn install --pure-lockfile --production --cache-folder .yarn-cache
-
bundle exec rake gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
-
bundle exec rake gitlab:assets:compile
artifacts
:
artifacts
:
name
:
webpack-report
name
:
webpack-report
...
@@ -450,6 +452,7 @@ karma:
...
@@ -450,6 +452,7 @@ karma:
BABEL_ENV
:
"
coverage"
BABEL_ENV
:
"
coverage"
CHROME_LOG_FILE
:
"
chrome_debug.log"
CHROME_LOG_FILE
:
"
chrome_debug.log"
script
:
script
:
-
bundle exec rake gettext:po_to_json
-
bundle exec rake karma
-
bundle exec rake karma
coverage
:
'
/^Statements
*:
(\d+\.\d+%)/'
coverage
:
'
/^Statements
*:
(\d+\.\d+%)/'
artifacts
:
artifacts
:
...
...
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