taler-deployment

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

commit 1e1cb5ec33b25cd4b8411062d35a1d55d23c5737
parent 370389020b9383b12fb2efa3377e11be75c49750
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 15:24:15 +0200

missing "

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

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