commit 86f2900af629e336db023f767672607046039302
parent 7a072eec71a257dbb29dedf613b048138f45d5dc
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Feb 2020 17:43:56 +0100
debug msgs
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
@@ -5,10 +5,15 @@
# The results will be found under ${HOME}/reports/
set -eu
+echo "Running taler-deployment bootstrap"
source ${HOME}/activate
taler-deployment bootstrap
+
+echo "Running taler-deployment build"
source ${HOME}/activate
taler-deployment build
+
+echo "Running taler-deployment-prepare"
taler-deployment-prepare
DATE=$(date +%Y-%m-%d)