You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This logic is incorrect when doing multiple parallell deployments in two-stage deployment. If both deployments are prepared, it will fetch the most recent one instead of the correct one, because this just lists the latest deployment instead of the specific deployment that was finished in the first-stage.