taler-deployment

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

commit a9af04107fe810e6daf63370201ee83f14bbb4b7
parent 105e1c1730f6de3a62c43fd00181858a13e0ade1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Apr 2021 19:28:54 +0200

do not nuke local/, we need poetry from there

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -339,16 +339,6 @@ WORKERS.append(worker.Worker("checker-worker", "checker-pass")) INTEGRATIONTEST_FACTORY = create_factory_with_deployment() INTEGRATIONTEST_FACTORY.addStep( ShellCommand( - name="remove old binaries", - description="removing binaries from previous runs", - descriptionDone="Setup clean", - command=["rm", "-rf", "local"], - workdir="../..", - haltOnFailure=True, - ) -) -INTEGRATIONTEST_FACTORY.addStep( - ShellCommand( name="fetch gnunet.org sources", description="fetching latest deployment repositories from git.gnunet.org", descriptionDone="GNUnet code base updated",