mirror of
https://github.com/harness/drone.git
synced 2025-05-10 10:11:16 +08:00
removing extra blank line
This commit is contained in:
parent
bf7b5d51cc
commit
01f3dbdb23
@ -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 New Issue
Block a user