diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 923a0c4e19..b9c4d04161 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -181,7 +181,7 @@ factory.addStep(ShellCommand(command=["runtask", {% if deployment_type in ['prod'] %} Interpolate('%(prop:taskname)s.yml')], {% else %} - 'runtask.yml', '2>&1'], + 'runtask.yml'], {% endif %} descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask',