diff --git a/templates/buildbot/master.cfg.j2 b/templates/buildbot/master.cfg.j2 index bfcb678..a5b61e7 100644 --- a/templates/buildbot/master.cfg.j2 +++ b/templates/buildbot/master.cfg.j2 @@ -53,7 +53,7 @@ c['builders'].append( c['schedulers'].append(schedulers.ForceScheduler( name="force-hello-world", builderNames=["hello-world"], -) +)) {% endif %}