taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c8a24e312122d7e27f5611a7a152790ac62818bb
parent c7292ac3cd56f25f8eacf4a1d4751aa7f9a3451c
Author: Devan Carpenter <devan@taler.net>
Date:   Wed,  6 Sep 2023 15:09:17 -0400

buildbot: correct indentation

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1344,7 +1344,7 @@ for repo in container_repos: builderNames=[f"{REPO_NAME}-builder"] )) - EMAIL_ALERTS.append(f"{REPO_NAME}-builder") + EMAIL_ALERTS.append(f"{REPO_NAME}-builder")