mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-04 17:29:37 +00:00
fix simple error
This commit is contained in:
parent
982999e5b0
commit
ddab3fd0a0
@ -18,7 +18,8 @@ class BuildBotServices(BuildBotModule):
|
|||||||
# has a variety to choose from, like IRC bots.
|
# has a variety to choose from, like IRC bots.
|
||||||
|
|
||||||
self.masterConf['services'] = []
|
self.masterConf['services'] = []
|
||||||
secret = SecretManager(str(Path.home()) + "buildBotSecret/secret.json")
|
secretPath = str(Path.home()) + "/buildBotSecret/secret.json"
|
||||||
|
secret = SecretManager(secretPath)
|
||||||
|
|
||||||
contextVal = util.Interpolate("buildbot/%(prop:buildername)s")
|
contextVal = util.Interpolate("buildbot/%(prop:buildername)s")
|
||||||
gc = reporters.GitHubStatusPush(token=secret.getValue('gitHub'),
|
gc = reporters.GitHubStatusPush(token=secret.getValue('gitHub'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user