Little cosmetic changes to buildbot (2)

This commit is contained in:
Luj 2023-01-28 00:28:49 +01:00
parent 7d4582e18d
commit 343a1f29d5
2 changed files with 1 additions and 8 deletions

View file

@ -99,7 +99,7 @@ def build_config() -> dict[str, Any]:
# Since we dynamically create build steps,
# we use `virtual_builder_name` in the webinterface
# so that we distinguish what has beeing build
context=Interpolate("buildbot/%(prop:virtual_builder_name)s"),
context=Interpolate("%(prop:virtual_builder_name)s"),
),
]