Skip to content

[CI] Let Migrations finish before checking Deployments

Mitchell Nielsen requested to merge ci-fix-wait-for-deployments into master

CI was failing because it did not see that Deployments were ready. This appears to be related to !202 (merged) because now Deployments won't be reconciled until Migrations is done.

So, this waits for Migrations first and then waits for Deployments.

Closes #259 (closed)

Edited by Mitchell Nielsen

Merge request reports