summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 99ee3c0..67380cd 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -87,7 +87,7 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
mode='full',
- method='incremental',
+ method='fresh',
alwaysUseLatest=True,
haltOnFailure=True,
branch='master'))