Typo, missing commas

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

View File

@ -64,8 +64,8 @@ def shouldnt_build_sign(props):
@util.renderer @util.renderer
def build_env(props): def build_env(props):
default_envs = { default_envs = {
BUILDBOT_REPOSITORY: props.getProperty("repository") BUILDBOT_REPOSITORY: props.getProperty("repository"),
BUILDBOT_BRANCH: props.getProperty("branch") BUILDBOT_BRANCH: props.getProperty("branch"),
BUILDBOT_JOB: props.getProperty("job") BUILDBOT_JOB: props.getProperty("job")
} }
new_envs = {} new_envs = {}