taler-deployment

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

commit 4dd81e10d7b848c2bdb30532c7f03418312ee78a
parent 261c4eae89ea805ea17805d9068e5b903d80a2e4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 14:22:05 +0100

fix missing entry in list

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -756,6 +756,7 @@ TALER_DEMO_HEALTHCHECK_BUILDER = util.BuilderConfig( c["builders"] = [ BUILDMASTER_BUILDER, LCOV_BUILDER, + CHECKER_BUILDER, AUDITOR_BUILDER_TEST, AUDITOR_BUILDER_DEMO, TEST_BUILDER,