Skip to content

Remove extra quotes when calling rake task

Reuben Pereira requested to merge rp/remove-extra-quotes into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Remove extra quotes when calling rake task. As can be seen in the job logs (https://ops.gitlab.net/gitlab-org/release/tools/-/jobs/6760032), the quote becomes part of the value, which causes the QA to never be created.

2022-04-07 04:22:59.226663 I ReleaseTools -- Creating QA issue -- {:env=>"'gstg'", :status=>"'success'", :version=>"14.10.202204070320-1e1edff7ff5.b24f3d8a1d2", :dry_run=>false}

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports