Browse Source

fix missing char in config file

covid-videoplattform
parent
commit
07fba8006d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/buildbot/master.cfg.j2

+ 1
- 1
templates/buildbot/master.cfg.j2 View File

@@ -53,7 +53,7 @@ c['builders'].append(
c['schedulers'].append(schedulers.ForceScheduler( c['schedulers'].append(schedulers.ForceScheduler(
name="force-hello-world", name="force-hello-world",
builderNames=["hello-world"], builderNames=["hello-world"],
)
))


{% endif %} {% endif %}




Loading…
Cancel
Save