mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 02:41:01 +00:00
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)
|
||||
}
|
||||
|
||||
|
||||
// todo move this to database tier
|
||||
// and wrap inside a transaction
|
||||
build.Status = model.StatusPending
|
||||
|
|
Loading…
Reference in a new issue