Skip to content

removed all rules for the success stage being added to pipeline

Currently there is a scenario where when the tag is annotated and the deploy-next stages run due to the absence of the success job there the url isn't being synced back.

Though, if there is another pipeline triggered on master post that it gets the prod url ( unreliable behaviour )

This MR aims to remove all rules to success job to make it be part of all the successful pipelines.

It is a quick fix with a longer term discussion pending on getting these URLs reliably.

Merge request reports