@ -247,7 +247,7 @@ func waitOnTasks(ctx context.Context, client apiclient.APIClient, namespace stri
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if terminalStatesReached == len(tasks) {
|
if terminalStatesReached >= len(tasks) {
|
||||||
log.Debug(i18n.G("all tasks reached terminal state"))
|
log.Debug(i18n.G("all tasks reached terminal state"))
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user