taler-deployment

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

commit 620ecef9588145a32d26f53ed308c458c30d1935
parent 493b9b687723df38879496b679525e03359cf489
Author: Devan Carpenter <devan@taler.net>
Date:   Tue, 22 Oct 2024 12:22:35 +0100

buildbot: add ansible-taler-exchange to projects

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -534,6 +534,7 @@ class GenerateStagesCommand(buildstep.ShellMixin, steps.BuildStep): # List of repos to add to container factory. container_repos = ["git.gnunet.org/gnunet", "git.taler.net/anastasis-www", + "git.taler.net/ansible-taler-exchange", "git.taler.net/challenger", "git.taler.net/docs", "git.taler.net/exchange",