taler-deployment

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

commit cd9fcf84e4f5686c7b3b4d5be66aa1a6747f0a8c
parent 1a05adae0275c6ce143901f5bec49b8310204135
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 28 Nov 2017 18:06:14 +0100

provide default for doc's force-builds

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -251,7 +251,8 @@ def doc_dispatcher(project): "merchant-frontend-examples": "./update_tutorials.sh", "deployment": "./update_onboarding.sh", } - return switch.get(project) + # Force schedules trigger the default. + return switch.get(project, "./update_api.sh") DOC_FACTORY = util.BuildFactory() DOC_FACTORY.addStep(git_step(