taler-deployment

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

commit 3ce0322ad923281c5ea06b4915a3928e4628dd91
parent 2ce42fcf3ea04091090a67adfabe8f40f6d69e55
Author: MS <ms@taler.net>
Date:   Thu, 10 Sep 2020 11:24:04 +0200

syntax

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -753,7 +753,7 @@ CODESPELL_FACTORY.addStep( name="tag", description="copying tag file to merchant", descriptionDone="tag file copied", - command=["cp", "taler-exchange.tag", "/home/codespell/merchant/doc/doxygen/taler-exchange.tag], + command=["cp", "taler-exchange.tag", "/home/codespell/merchant/doc/doxygen/taler-exchange.tag"], workdir="/home/codespell/exchange/doc/doxygen" ) )