mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-02 16: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.
|
||||
|
||||
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")
|
||||
gc = reporters.GitHubStatusPush(token=secret.getValue('gitHub'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user