mirror of
https://github.com/harness/drone.git
synced 2025-05-06 01:51:55 +08:00
Fix DiffStats
MergeBase issue
This commit is contained in:
parent
1093153cad
commit
35f599bc0c
@ -92,6 +92,7 @@ func (c *Controller) DiffStats(
|
||||
ReadParams: gitrpc.CreateRPCReadParams(repo),
|
||||
BaseRef: info.BaseRef,
|
||||
HeadRef: info.HeadRef,
|
||||
MergeBase: info.MergeBase,
|
||||
})
|
||||
if err != nil {
|
||||
return types.DiffStats{}, err
|
||||
|
Loading…
Reference in New Issue
Block a user