1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00
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)