taler-deployment

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

commit db237bc3112187c966ca46dfb8e4d8c5488dd3e6
parent a9af04107fe810e6daf63370201ee83f14bbb4b7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Apr 2021 19:30:11 +0200

do not nuke local/, just to be safe(r)

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -684,15 +684,6 @@ WORKERS.append(worker.Worker("codespell-worker", "codespell-pass")) CODESPELL_FACTORY = create_factory_with_deployment() CODESPELL_FACTORY.addStep( ShellCommand( - name="remove old binaries", - description="removing binaries from previous runs", - descriptionDone="Setup clean", - command=["rm", "-rf", "local"], - workdir="../.." - ) -) -CODESPELL_FACTORY.addStep( - ShellCommand( name="clean old deployment", description="cleaning previous doxygen runs", descriptionDone="Doxygen cleaned",