summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildbot/build.sh b/buildbot/build.sh
index 5a1e8e9..51d0eb4 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -3,7 +3,11 @@
set -eu
echo "Running taler-deployment bootstrap"
-source "${HOME}/activate"
+
+# Cannot have this here, as the activate script
+# will be made by the 'bootstrap' command.
+# source "${HOME}/activate". Currently under test.
+
taler-deployment bootstrap
echo "Running taler-deployment build"