Commit Graph

1 Commits

Author SHA1 Message Date
Tim Gross 971a286ea3
cli: Fix a panic in `deployment status` when scheduling is slow (#16011)
If a deployment fails, the `deployment status` command can get a nil deployment
when it checks for a rollback deployment if there isn't one (or at least not one
at the time of the query). Fix the panic.
2023-02-02 12:34:44 -05:00