Merge branch 'add-rake-command-to-generate-mo-files' into 'master'

Add script to process Gettext's PO files.

See merge request !1534
This commit is contained in:
Marin Jankovski 2017-05-08 08:19:19 +00:00 committed by Timothy Andrew
parent 18b51873a8
commit 6b6c936a5b
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ build do
command 'yarn install --pure-lockfile --production'
bundle 'exec rake gitlab:assets:compile', env: assets_compile_env
# process PO files and generate MO files
bundle 'exec rake gettext:pack', env: assets_compile_env
# Tear down now that gitlab:assets:compile is done.
delete 'node_modules'
delete 'config/gitlab.yml'