summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 67380cd..d55c523 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -83,7 +83,8 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",
command=["./switch_active.sh"],
- workdir="build/taler-build"))
+ workdir="build/taler-build",
+ env={'PATH': "${HOME}/bin:${PATH}"}))
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
mode='full',