mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
fix repo update to set gating status
This commit is contained in:
parent
48f5eb8057
commit
7de2e80bd5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func repoUpdate(c *cli.Context) error {
|
||||||
config = c.String("config")
|
config = c.String("config")
|
||||||
timeout = c.Duration("timeout")
|
timeout = c.Duration("timeout")
|
||||||
trusted = c.Bool("trusted")
|
trusted = c.Bool("trusted")
|
||||||
gated = c.Bool("trusted")
|
gated = c.Bool("gated")
|
||||||
)
|
)
|
||||||
|
|
||||||
patch := new(model.RepoPatch)
|
patch := new(model.RepoPatch)
|
||||||
|
|
Loading…
Reference in a new issue