summaryrefslogtreecommitdiff
path: root/taler-build/switch_active.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 03:23:35 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 03:23:35 +0200
commite6969b306b9c057d80608b1c14d15c517b0b06f5 (patch)
tree6b643f00c65007398c594a1f6abab6c481912c6f /taler-build/switch_active.sh
parent708201af6ff7247772a50501f781e93f851d4191 (diff)
downloaddeployment-e6969b306b9c057d80608b1c14d15c517b0b06f5.tar.gz
deployment-e6969b306b9c057d80608b1c14d15c517b0b06f5.tar.bz2
deployment-e6969b306b9c057d80608b1c14d15c517b0b06f5.zip
absolute paths for scripts invoked via buildbot
Diffstat (limited to 'taler-build/switch_active.sh')
-rwxr-xr-xtaler-build/switch_active.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index 1743dc1..bc64ed6 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -22,12 +22,10 @@ else
INACTIVE='test-green'
fi
-# global build for the inactive
-cd /home/$INACTIVE
-source activate
+# build and restart
# FIXME calling 'make check' before switching still missing
-taler-deployment-build
-taler-deployment-restart
+$HOME/deployment/bin/taler-deployment-build
+$HOME/deployment/bin/taler-deployment-restart
# check exit code
if [[ $? == 0 ]]