mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
fix repo update to set gating status
This commit is contained in:
parent
48f5eb8057
commit
7de2e80bd5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user