Skip to content

Set CHECKMODE variable when triggering post deploy migrations deployer pipeline

What does this MR do and why?

Describe in detail what your merge request does and why.

Variables defined in the trigger/bridge job are read by the deployer pipeline. Since the deployer pipeline uses CHECKMODE as the "dry run" variable, we need to set CHECKMODE to the value of TEST so that the deployer pipeline also runs in dry run mode when TEST is set to 'true'.

gitlab-com/gl-infra/delivery#2376 (closed)

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports