Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin committed Aug 2, 2022
1 parent b6ecdfc commit 99f8286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/api/workflow/workflow_run_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ func SyncRunResultArtifactManagerByRunID(ctx context.Context, dbmap *gorp.DbMap,
}
}

log.Debug(ctx, "%d run results to sync on run %d", len(runResults), id)

var artifactManagerInteg *sdk.WorkflowProjectIntegration
for i := range wr.Workflow.Integrations {
if wr.Workflow.Integrations[i].ProjectIntegration.Model.ArtifactManager {
Expand Down

0 comments on commit 99f8286

Please sign in to comment.