summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-16 15:47:48 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-16 15:48:17 +0100
commit6b41a64d4218c62f37e6f50daedbd063cf562ea5 (patch)
tree68c68f86ce72401672fe28974b130622c61eb838 /buildbot/master.cfg
parent947105031dd806fe3c9dd6a3fb45633a059d292b (diff)
downloaddeployment-6b41a64d4218c62f37e6f50daedbd063cf562ea5.tar.gz
deployment-6b41a64d4218c62f37e6f50daedbd063cf562ea5.tar.bz2
deployment-6b41a64d4218c62f37e6f50daedbd063cf562ea5.zip
adding back-office docs building instructions
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"],