Skip to content

Commit 689fc9f

Browse files
committed
drop webhook_base_url setting from python model
It's unused
1 parent fb59a0a commit 689fc9f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildbot_nix/buildbot_nix/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ class BuildbotNixConfig(BaseModel):
263263
db_url: str
264264
build_systems: list[str]
265265
domain: str
266-
webhook_base_url: str
267266
url: str
268267

269268
use_https: bool = False

nixosModules/master.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ in
768768
eval_max_memory_size = cfg.evalMaxMemorySize;
769769
eval_worker_count = cfg.evalWorkerCount;
770770
domain = cfg.domain;
771-
webhook_base_url = cfg.webhookBaseUrl;
772771
use_https = cfg.useHTTPS;
773772
outputs_path = cfg.outputsPath;
774773
url = config.services.buildbot-nix.master.webhookBaseUrl;

0 commit comments

Comments
 (0)