This commit is contained in:
kevin xu 2016-03-12 18:21:22 +08:00
parent 314b2bf797
commit a9defe9d11

View file

@ -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)