taler-deployment

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

commit 3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7
parent 000678714a6a478d5efccfc24423a5aa49f58f00
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 28 Jun 2019 13:42:56 +0200

syntax

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -171,7 +171,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( branch_re="(master|stable)", filter_fn=doc_filter, project_re="(backoffice|api|www|bank|exchange|merchant" - "|deployment|merchant-frontend-examples)", + "|deployment|merchant-frontend-examples)"), treeStableTimer=None)