mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 08:27:06 +00:00
Fix pipeline used for status reporting (#1758)
This commit is contained in:
parent
a15821428f
commit
3605979df0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func Cancel(ctx context.Context, store store.Store, repo *model.Repo, user *mode
|
|||
return err
|
||||
}
|
||||
|
||||
updatePipelineStatus(ctx, pipeline, repo, user)
|
||||
updatePipelineStatus(ctx, killedPipeline, repo, user)
|
||||
|
||||
steps, err = store.StepList(killedPipeline)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue