Compare commits

..

1 Commits

Author SHA1 Message Date
517616f9fb
feat: improved deploy progress reporting
All checks were successful
continuous-integration/drone/push Build is passing
See #478
2025-03-23 10:12:11 +01:00

View File

@ -325,11 +325,6 @@ func (m Model) View() string {
split := strings.Split(stream.Name, "_")
short := split[len(split)-1]
newLineSpacing := " "
for range len(short) {
newLineSpacing += " "
}
status := stream.status
if strings.Contains(stream.status, "converged") && !stream.rollback {
status = "succeeded"