summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 19:30:11 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 19:30:11 +0200
commitdb237bc3112187c966ca46dfb8e4d8c5488dd3e6 (patch)
tree7ed40042bdfa0a4c547a9c79399fadd2c9f3b350 /buildbot
parenta9af04107fe810e6daf63370201ee83f14bbb4b7 (diff)
downloaddeployment-db237bc3112187c966ca46dfb8e4d8c5488dd3e6.tar.gz
deployment-db237bc3112187c966ca46dfb8e4d8c5488dd3e6.tar.bz2
deployment-db237bc3112187c966ca46dfb8e4d8c5488dd3e6.zip
do not nuke local/, just to be safe(r)
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",