Skip to content

Removing hard-coded AZURE flag

David Diederich requested to merge remove-azure-flag into master

Typically, this variable is used to indicate that the Azure integration tests can be safely run -- in short, it verifies that the pipeline is protected and that Azure testing is available in the service. It's a bit of a short-hand for a number of variables. Hard-coding it to true can trick stages of the pipeline into thinking they are safe to proceed when they are not.

Merge request reports