From 84f626df1f9bb24b56b1ffe03c12a5e08261c744 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Feb 2020 17:17:19 +0100 Subject: clean old objects before test (#4439) --- buildbot/master.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 0918b06..c051c5d 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -487,6 +487,15 @@ LINT_FACTORY.addStep( ) CHECKER_FACTORY = create_factory_with_deployment() +CHECKER_FACTORY.addStep( + ShellCommand( + name="remove old binaries", + description="removing binaries from previous runs", + descriptionDone="Setup clean", + command=["rm", "-rf", "local"], + workdir="../.." + ) +) CHECKER_FACTORY.addStep( ShellCommand( name="fetch gnunet.org sources", -- cgit v1.2.3