mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 14:44:36 +00:00
fix
This commit is contained in:
parent
887deab8a1
commit
0567508946
@ -30,8 +30,7 @@ class BuildBotIdentity(BuildBotModule):
|
||||
plugins=dict(
|
||||
waterfall_view={},
|
||||
console_view={},
|
||||
grid_view={},
|
||||
badges={}))
|
||||
grid_view={}))
|
||||
|
||||
self.masterConf['www']['authz'] = util.Authz(
|
||||
allowRules=[
|
||||
@ -55,4 +54,4 @@ class BuildBotIdentity(BuildBotModule):
|
||||
# ('ZIG', secret.getValue("ZIG")),
|
||||
# ('Roma', secret.getValue("Roma"))
|
||||
# ])
|
||||
self.masterConf['www']['auth'] = util.GitHubAuth("clientid", "clientsecret"),
|
||||
self.masterConf['www']['auth'] = util.GitHubAuth("clientid", "clientsecret")
|
||||
|
Loading…
x
Reference in New Issue
Block a user