Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit e246c9a

Browse files
authored
fix: display partial results in deploy all scenarios (#842)
1 parent 8a95bd6 commit e246c9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/dashboard/worker/gitops.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,12 @@ func processReleaseEvent(
443443
}
444444
deployResult.GitopsRef = sha
445445
deployResults = append(deployResults, deployResult)
446+
447+
event.Results = deployResults
448+
err = updateEvent(store, event)
449+
if err != nil {
450+
logrus.Warnf("could not update event status %v", err)
451+
}
446452
}
447453

448454
return deployResults, nil

0 commit comments

Comments
 (0)