change download name

This commit is contained in:
Muzahid 2022-03-16 12:08:43 +05:30
parent da7a1435a8
commit 9c751f4d4d
Signed by: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ENTRYPOINT /usr/local/bin/buildbot_entrypoint.sh "$BUILDMASTER" "$WORKERNAME" "$
"""
def get_secret():
with open(path.join(os.environ['HOME'], "secret.key"),'r') as f:
with open(path.join(os.environ['HOME'], "multibuild_parent_key.key"),'r') as f:
data = f.read()
return data