taler-deployment

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

commit 12136450c906c9d5d61ffd8b96c7a0058a2e312c
parent c097a5cf80e5eb99745ad30bf7999cd8f58bc7b1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 17 Jan 2018 15:24:04 +0100

backoffice @ switcher-builder

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

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