This commit is contained in:
Peter Šurda 2024-03-29 17:01:37 +08:00
parent ec69e113bf
commit b6cbbed64e
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def add_child_sh_steps(build_factory, directory=".buildbot"):
steps.FileDownload(
name="Upload keystore",
workerdest="/var/lib/buildbot/keystore",
mastersrc=util.Interpolate("keystore/%(prop:jobname)s.keystore")
mastersrc=util.Interpolate("keystore/%(prop:jobname)s.keystore"),
doStepIf=should_build_sign,
hideStepIf=True,
mode=0o600