commit db696908036703449cc1a70bcdec9b796abb18cd
parent 398c0443ac8273f2b2d45a5a42c242221c0c6146
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 17 Jun 2016 17:20:18 +0200
not using absolute paths (when executing binaries) in scripts called by buildbot
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
@@ -24,8 +24,8 @@ fi
# build and restart
# FIXME calling 'make check' before switching still missing
-$HOME/deployment/bin/taler-deployment-build
-$HOME/deployment/bin/taler-deployment-restart
+taler-deployment-build
+taler-deployment-restart
# check exit code
if [[ $? == 0 ]]