We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4893b commit 1834d15Copy full SHA for 1834d15
1 file changed
lib/run.go
@@ -133,6 +133,7 @@ func RunTask(profile, cluster, service, taskDefinitionName, imageTag string, ima
133
err = svc.WaitUntilTasksStopped(tasksInput)
134
if err != nil {
135
ctx.WithError(err).Error("The waiter has been finished with an error")
136
+ exitCode = 3
137
}
138
tasksOutput, err := svc.DescribeTasks(tasksInput)
139
0 commit comments