summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-18 08:39:41 +0200
committerMS <ms@taler.net>2021-05-18 08:39:41 +0200
commit961e59338d43ffa7f56251777a2e49d44ab5f370 (patch)
treea14849692c896bf3fd591ea55df8e54526d5aae4
parent99a586db3a81ab0f0577ab688eca3b181725af48 (diff)
downloaddeployment-961e59338d43ffa7f56251777a2e49d44ab5f370.tar.gz
deployment-961e59338d43ffa7f56251777a2e49d44ab5f370.tar.bz2
deployment-961e59338d43ffa7f56251777a2e49d44ab5f370.zip
activate script issue
-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"