OctopusDeploy / cli

| Public | Next Generation of the Octopus CLI :octopus:
Other
35 stars 10 forks source link

fix: handle non-nil fields in task wait #422

Closed jameschensmith closed 1 month ago

jameschensmith commented 1 month ago

Summary

Handles non-nil FinishedSuccessfully in non-completed tasks by checking if the task is completed first before adding to list of failed tasks.

Fixes #421.