taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 35428c5764e40be2e2041b66e8e129d074430590
parent c9616503875f24b8c6c949e902b83d8a85f58709
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 15:30:56 +0200

no env in containers slave

Diffstat:
Mbuildbot/master.cfg | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -128,8 +128,7 @@ autoClick.addStep(ShellCommand( name="auto-click", description="Performing demo", descriptionDone="Demo passed", - command=["launch_selenium_test.sh"], - env={'PATH': "$HOME/bin:$PATH"})) + command=["$HOME/bin/launch_selenium_test.sh"])) from buildbot.config import BuilderConfig