mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
fix repo update to set gating status
This commit is contained in:
@@ -48,7 +48,7 @@ func repoUpdate(c *cli.Context) error {
|
||||
config = c.String("config")
|
||||
timeout = c.Duration("timeout")
|
||||
trusted = c.Bool("trusted")
|
||||
gated = c.Bool("trusted")
|
||||
gated = c.Bool("gated")
|
||||
)
|
||||
|
||||
patch := new(model.RepoPatch)
|
||||
|
||||
Reference in New Issue
Block a user