From 961e59338d43ffa7f56251777a2e49d44ab5f370 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 18 May 2021 08:39:41 +0200 Subject: activate script issue --- buildbot/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3