taler-deployment

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

commit 0cf40d62f53cf81a357a2f64bf4fbfc14ce61a02
parent 31d3fc168dbae15ac1a8dcb4fcda19abe7745679
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 21 Mar 2018 10:40:32 +0100

debug bb

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -107,7 +107,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler( branch="master", project_re="backoffice|wallet|bank|exchange" "merchant|deployment|donations|blog" - "|survey|landing|playground"), + "help|survey|landing|playground"), treeStableTimer=None, builderNames=["switcher-builder"])