removing extra blank line
This commit is contained in:
parent
bf7b5d51cc
commit
01f3dbdb23
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ func PostBuild(c *gin.Context) {
|
||||||
build.Deploy = c.DefaultQuery("deploy_to", build.Deploy)
|
build.Deploy = c.DefaultQuery("deploy_to", build.Deploy)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// todo move this to database tier
|
// todo move this to database tier
|
||||||
// and wrap inside a transaction
|
// and wrap inside a transaction
|
||||||
build.Status = model.StatusPending
|
build.Status = model.StatusPending
|
||||||
|
|
Loading…
Reference in a new issue