Typos
This commit is contained in:
parent
9e28a6781d
commit
fe9ea06316
|
@ -64,7 +64,7 @@ def build_env(props):
|
|||
default_envs = {
|
||||
"BUILDBOT_REPOSITORY": props.getProperty("repository"),
|
||||
"BUILDBOT_BRANCH": props.getProperty("branch"),
|
||||
"BUILDBOT_JOB": props.getProperty("job")
|
||||
"BUILDBOT_JOBNAME": props.getProperty("jobname")
|
||||
}
|
||||
new_envs = {}
|
||||
if props.getProperty("jobname", default="") == "android":
|
||||
|
|
Loading…
Reference in New Issue
Block a user