mirror of
https://github.com/harness/drone.git
synced 2025-05-07 07:01:55 +08:00
commit
f276bc1036
@ -248,7 +248,7 @@ func PostBuild(c *gin.Context) {
|
||||
|
||||
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
|
||||
last, _ := store.GetBuildLastBefore(c, repo, build.Branch, build.ID)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user