Don't allow any commands on the Vagrant CI right now
This commit is contained in:
parent
7d63b4d0ab
commit
a090eb36fb
|
@ -24,7 +24,7 @@ def get_status(options):
|
|||
|
||||
web_status = html.WebStatus(
|
||||
http_port = options.web_port,
|
||||
authz = authz,
|
||||
authz = Authz(),
|
||||
order_console_by_time = True,
|
||||
change_hook_dialects=dict(github=True)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue