Don't allow any commands on the Vagrant CI right now

This commit is contained in:
Mitchell Hashimoto 2011-11-12 15:52:27 -08:00
parent 7d63b4d0ab
commit a090eb36fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)