Skip to content

Do not append '-cny' to the environment parameter in CoordinatedPipeline::Reports::Quality::Fetcher

Reuben Pereira requested to merge rp/fix-quality-fetcher into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Do not append '-cny' to the environment value in the AutoDeploy::CoordinatedPipeline::Reports::Quality::Fetcher class

The environment parameter that is passed to the class is the DEPLOY_ENVIRONMENT variable value, which already has -cny in it.

See the definition of the CI job that calls the above class: .gitlab/ci/coordinated-pipeline.gitlab-ci.yml#L419 and coordinated-pipeline.gitlab-ci.yml#L591

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports