taler-deployment

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

commit c80808346c2f6a470515ffd661bb8afb9e72b591
parent f971f71f3e37815ed3b5e9e2ed2272c6cfa05cc9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Dec 2019 00:28:06 +0100

add buywith deployment trigger

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -163,7 +163,7 @@ SITES_SCHEDULER = schedulers.SingleBranchScheduler( branch_re="(master|stable)", # Given that filter_fn is used, the line below could be # removed (?) - project_re="(www|twister|deployment)", + project_re="(www|twister|deployment|buywith)", filter_fn=twister_web_page ), treeStableTimer=None