diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-27 09:17:02 +0100 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-06-27 13:39:33 -0500 |
commit | 7373bc0bcace219074dee30b1ed544abf30a8634 (patch) | |
tree | 049c751cb7047a443aa072904b5646d21249a291 /.gitlab-ci.yml | |
parent | bea0d4e48a3eff42efc06558746631102916bb08 (diff) | |
download | gitlab-ce-7373bc0bcace219074dee30b1ed544abf30a8634.tar.gz |
updated gitlab-ci.yml to compile localeignore-generated-i18n-json-files
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76a95ad6e0a..08aef3dd8ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,6 +193,7 @@ setup-test-env: script: - node --version - yarn install --pure-lockfile --cache-folder .yarn-cache + - bundle exec rake gettext:po_to_json - bundle exec rake gitlab:assets:compile - bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init' artifacts: @@ -433,6 +434,7 @@ gitlab:assets:compile: NO_COMPRESSION: "true" script: - yarn install --pure-lockfile --production --cache-folder .yarn-cache + - bundle exec rake gettext:po_to_json - bundle exec rake gitlab:assets:compile artifacts: name: webpack-report @@ -450,6 +452,7 @@ karma: BABEL_ENV: "coverage" CHROME_LOG_FILE: "chrome_debug.log" script: + - bundle exec rake gettext:po_to_json - bundle exec rake karma coverage: '/^Statements *: (\d+\.\d+%)/' artifacts: |