Skip to content

Commit 1e0393c

Browse files
committed
fix: oss no notify fix
1 parent 0e1da1a commit 1e0393c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/pipeline/CdHandler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ func (impl *CdHandlerImpl) UpdateWorkflow(workflowStatus v1alpha1.WorkflowStatus
312312
if string(v1alpha1.NodeError) == savedWorkflow.Status || string(v1alpha1.NodeFailed) == savedWorkflow.Status {
313313
impl.Logger.Warnw("cd stage failed for workflow: ", "wfId", savedWorkflow.Id)
314314
}
315+
return savedWorkflow.Id, savedWorkflow.Status, true, nil
315316
}
316317
return savedWorkflow.Id, savedWorkflow.Status, false, nil
317318
}

0 commit comments

Comments
 (0)