mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +02:00
Actually this should do it
This commit is contained in:
parent
4002a0dc99
commit
4cbeb9970a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def build_config() -> dict[str, Any]:
|
||||||
|
|
||||||
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}}
|
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}}
|
||||||
c["buildbotURL"] = BUILDBOT_URL
|
c["buildbotURL"] = BUILDBOT_URL
|
||||||
c["mergeRequests"] = False
|
c["collapseRequests"] = False
|
||||||
|
|
||||||
return c
|
return c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue