Skip to content

Remove duplicate task `bundle exec rake gettext:po_to_json` from CI

username-removed-1144264 requested to merge mk-remove-duplicate-task into master

What does this MR do?

The rake task gettext:po_to_json is called within the task gitlab:assets:compile, so unless I'm missing something, it shouldn't need to be called before it. This MR removes a couple lines where this was happening, which should save a few seconds on every pipeline. 🎉

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

It appears the gettext:po_to_json task was added to gitlab-ci.yml, and then a month later it was also added to the gitlab:assets:compile rake task.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by username-removed-1144264

Merge request reports