This commit is contained in:
Peter Šurda 2024-03-29 18:09:58 +08:00
parent 4bfe5f2be8
commit 9e28a6781d
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ def shouldnt_build_sign(props):
@util.renderer
def build_env(props):
default_envs = {
BUILDBOT_REPOSITORY: props.getProperty("repository"),
BUILDBOT_BRANCH: props.getProperty("branch"),
BUILDBOT_JOB: props.getProperty("job")
"BUILDBOT_REPOSITORY": props.getProperty("repository"),
"BUILDBOT_BRANCH": props.getProperty("branch"),
"BUILDBOT_JOB": props.getProperty("job")
}
new_envs = {}
if props.getProperty("jobname", default="") == "android":