Trying to have all commits built

This commit is contained in:
Luj 2023-01-21 19:53:08 +01:00
parent 35b1e76a80
commit f9ba0b79e7

View file

@ -174,6 +174,7 @@ def build_config() -> dict[str, Any]:
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}}
c["buildbotURL"] = BUILDBOT_URL
c["mergeRequests"] = False
return c