Typos
This commit is contained in:
parent
1ac083f22d
commit
4bfe5f2be8
|
@ -59,8 +59,6 @@ def should_build_sign(props):
|
||||||
def shouldnt_build_sign(props):
|
def shouldnt_build_sign(props):
|
||||||
return _is_build_script_available(props) and not _should_build_sign(props)
|
return _is_build_script_available(props) and not _should_build_sign(props)
|
||||||
|
|
||||||
@util.renderer
|
|
||||||
|
|
||||||
@util.renderer
|
@util.renderer
|
||||||
def build_env(props):
|
def build_env(props):
|
||||||
default_envs = {
|
default_envs = {
|
||||||
|
|
|
@ -71,7 +71,7 @@ def add_child_sh_steps(build_factory, directory=".buildbot"):
|
||||||
"%(prop:jobname)s/build.sh",
|
"%(prop:jobname)s/build.sh",
|
||||||
directory=directory),
|
directory=directory),
|
||||||
env=build_env,
|
env=build_env,
|
||||||
doStepIf=should_build_sign,
|
doStepIf=shouldnt_build_sign,
|
||||||
hideStepIf=isnt_build_script_available,
|
hideStepIf=isnt_build_script_available,
|
||||||
timeout=7200,
|
timeout=7200,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user