Remove duplicate task gettext:po_to_json

It is already run in "bundle exec rake gitlab:assets:compile".
This commit is contained in:
Michael Kozono 2017-09-06 16:25:57 -07:00
parent 21935d8538
commit 86cdcfed8b
1 changed files with 0 additions and 2 deletions

View File

@ -247,7 +247,6 @@ setup-test-env:
script:
- node --version
- yarn install --frozen-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'
- scripts/gitaly-test-build # Do not use 'bundle exec' here
@ -495,7 +494,6 @@ gitlab:assets:compile:
NO_COMPRESSION: "true"
script:
- yarn install --frozen-lockfile --production --cache-folder .yarn-cache
- bundle exec rake gettext:po_to_json
- bundle exec rake gitlab:assets:compile
artifacts:
name: webpack-report