diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-09-06 16:25:57 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-09-06 16:26:56 -0700 |
commit | 86cdcfed8b66623015e27d6c85ac139150c39928 (patch) | |
tree | 4283fadca4c2a4b70af8968a9f0d35af240aaedd /.gitlab-ci.yml | |
parent | 21935d85382989e38dd4cc12de55966e0c9b6eba (diff) | |
download | gitlab-ce-86cdcfed8b66623015e27d6c85ac139150c39928.tar.gz |
Remove duplicate task gettext:po_to_jsonmk-remove-duplicate-task
It is already run in "bundle exec rake gitlab:assets:compile".
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70b0cde17ea..7b42e661dff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |