mirror of
https://github.com/harness/drone.git
synced 2025-05-06 15:40:19 +00:00
commit
f276bc1036
@ -248,7 +248,7 @@ func PostBuild(c *gin.Context) {
|
|||||||
|
|
||||||
c.JSON(202, build)
|
c.JSON(202, build)
|
||||||
|
|
||||||
// get the previous build so taht we can send
|
// get the previous build so that we can send
|
||||||
// on status change notifications
|
// on status change notifications
|
||||||
last, _ := store.GetBuildLastBefore(c, repo, build.Branch, build.ID)
|
last, _ := store.GetBuildLastBefore(c, repo, build.Branch, build.ID)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user