taler-deployment

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

commit 253d441efce280b5826c99ed4395cbb207c7c153
parent 019b8061bc891ffc5f3986b9ec9be15d6d699e07
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 15:45:20 +0200

missing { .. }

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

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