taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 961e59338d43ffa7f56251777a2e49d44ab5f370
parent 99a586db3a81ab0f0577ab688eca3b181725af48
Author: MS <ms@taler.net>
Date:   Tue, 18 May 2021 08:39:41 +0200

activate script issue

Diffstat:
Mbuildbot/build.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 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"