taler-deployment

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

commit 8ca7890bc9c687f234f6c8eee537412f3940118e
parent 46bc9981a65eddd28bc5549cd97ef40baa3f313e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Oct 2020 11:02:57 +0200

fix logic to clean old doxygen

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -723,7 +723,7 @@ CODESPELL_FACTORY.addStep( name="clean old deployment", description="cleaning previous doxygen runs", descriptionDone="Doxygen cleaned", - command=["rm", "-r", "exchange/doc/doxygen/html/", "merchant/doc/doxygen/html/" ], + command=["rm", "-rf", "exchange/doc/doxygen/html/", "merchant/doc/doxygen/html/" ], workdir="/home/codespell/sources/" ) )