Little cosmetic changes to buildbot (2)

This commit is contained in:
Luj 2023-01-28 00:28:49 +01:00
parent 52e0f3931d
commit b61c996c30
Signed by: luj
GPG key ID: 6FC74C847011FD83
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"),
),
]