mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-18 13:35:43 +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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePipelineStatus(ctx, pipeline, repo, user)
|
updatePipelineStatus(ctx, killedPipeline, repo, user)
|
||||||
|
|
||||||
steps, err = store.StepList(killedPipeline)
|
steps, err = store.StepList(killedPipeline)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue