taler-deployment

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

commit 7e7d831a6eaff1ce01285005eb2fc3d5d907675e
parent 961e59338d43ffa7f56251777a2e49d44ab5f370
Author: MS <ms@taler.net>
Date:   Tue, 18 May 2021 08:45:22 +0200

path

Diffstat:
Mbuildbot/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh @@ -8,7 +8,7 @@ echo "Running taler-deployment bootstrap" # will be made by the 'bootstrap' command. # source "${HOME}/activate". Currently under test. -taler-deployment bootstrap +${HOME}/deployment/bin/taler-deployment bootstrap echo "Running taler-deployment build" source "${HOME}/activate"