ci: ignore stderr from getJobs
This commit is contained in:
parent
3b5f868a5b
commit
0b3497384e
|
@ -128,7 +128,7 @@ let
|
||||||
},
|
},
|
||||||
name="get_steps",
|
name="get_steps",
|
||||||
command=["${getJobs}"],
|
command=["${getJobs}"],
|
||||||
property="steps_json"
|
extract_fn=lambda rc, stdout, stderr: { 'steps_json': stdout },
|
||||||
))
|
))
|
||||||
f_${name}.addStep(StepToStartMoreSteps(command=["echo"])) # TODO remove dummy command from here
|
f_${name}.addStep(StepToStartMoreSteps(command=["echo"])) # TODO remove dummy command from here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue