Skip to content

Commit 7dafa36

Browse files
authored
set default status for error (#472)
1 parent 324a46e commit 7dafa36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/harness/controller/controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func (in *stackRunController) completeStackRun(status gqlclient.StackStatus, sta
161161
if in.tool == nil {
162162
return stackrun.CompleteStackRun(in.consoleClient, in.stackRunID, &gqlclient.StackRunAttributes{
163163
Errors: serviceErrorAttributes,
164+
Status: gqlclient.StackStatusFailed,
164165
})
165166
}
166167

0 commit comments

Comments
 (0)