taler-deployment

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

commit 9d2f98aae500f00396dc0e1fff3f5fe73fc40749
parent 48bf92e5402d82e204b9cdf7bb84f0386d3ca487
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Dec 2019 20:43:07 +0100

show progress in log

Diffstat:
Mbuildbot/build.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh @@ -11,7 +11,10 @@ echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume." exit 1 fi +echo "Running taler-deployment bootstrap" source "${HOME}/activate" taler-deployment bootstrap + +echo "Running taler-deployment build" source "${HOME}/activate" taler-deployment build