4
0
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:
Andrei Yankovich 2020-12-22 14:44:24 +03:00
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'),