summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1fa8364..65165ab 100644
--- 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",