summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 13:42:56 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 13:42:56 +0200
commit3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7 (patch)
tree4cfb9324f6104e3b75a68e7d4f5e788951c74558
parent000678714a6a478d5efccfc24423a5aa49f58f00 (diff)
downloaddeployment-3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7.tar.gz
deployment-3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7.tar.bz2
deployment-3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7.zip
syntax
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c1d387b..f94b7af 100644
--- 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)