mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 13:54:31 +00:00
fix syntaxys
This commit is contained in:
parent
b9286096d1
commit
f43f485789
@ -1,7 +1,5 @@
|
||||
# This Python file uses the following encoding: utf-8
|
||||
from BuildBotLib.buildBotModule import BuildBotModule
|
||||
from buildbot.plugins import changes
|
||||
import os
|
||||
from BuildBotLib.secretManager import SecretManager
|
||||
|
||||
|
||||
@ -12,11 +10,13 @@ class BuildBotChangeSource(BuildBotModule):
|
||||
secret = SecretManager("/home/andrei/buildBotSecret/secret.json")
|
||||
|
||||
self.masterConf['www']['change_hook_dialects'] = [
|
||||
{ 'github': {
|
||||
'secret': secret.getValue('WebHook'),
|
||||
'token': secret.getValue('gitHub'),
|
||||
'strict': True
|
||||
},
|
||||
{
|
||||
'github':
|
||||
{
|
||||
'secret': secret.getValue('WebHook'),
|
||||
'token': secret.getValue('gitHub'),
|
||||
'strict': True,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user