mirror of https://github.com/harness/drone.git
Merge pull request #3210 from tphoney/dron-267
(dron-267) correctly set parent for promotion retrypull/3213/head
commit
724bd35cfc
|
@ -64,6 +64,7 @@ func HandleRetry(
|
||||||
}
|
}
|
||||||
|
|
||||||
hook := &core.Hook{
|
hook := &core.Hook{
|
||||||
|
Parent: prev.Number,
|
||||||
Trigger: user.Login,
|
Trigger: user.Login,
|
||||||
Event: prev.Event,
|
Event: prev.Event,
|
||||||
Action: prev.Action,
|
Action: prev.Action,
|
||||||
|
|
Loading…
Reference in New Issue