summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 65165ab..2b287df 100644
--- 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",