summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 5bf36ce..5411569 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -61,7 +61,7 @@ c["change_source"] = [ALLCS]
def doc_filter(change):
_changes = change.asDict()
- if _changes.get("project") in ["api", "www"]:
+ if _changes.get("project") in ["api", "www", "merchant-frontend-examples"]:
return True
files = _changes.get("files")
for file in files:
@@ -269,6 +269,7 @@ SELENIUM_FACTORY.addStep(ShellCommand(
def doc_dispatcher(project):
switch = {
"api": ["./update_api.sh"],
+ "backoffice": ["./update_doc_backoffice.sh"],
"www": ["./update_www_and_stage.sh"],
"bank": ["./update_bank.sh"],
"merchant": ["./update_doc_merchant.sh"],