commit
f276bc1036
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue