commit f4c7738633ebfcb642d5a9be4072919ba0f00735
parent b6c9b3d560ae249d0d9191262c28f5c4ebb5c26a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 5 Dec 2018 20:25:54 +0100
Still on paths.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
@@ -15,7 +15,6 @@ WIRE_REPORT_FILE_NOEXT=${HOME}/wire_audit_report.${DATE}
JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="${HOME}/reports"
-cd ${HOME}
source ${HOME}/activate
taler-auditor-exchange \
@@ -35,6 +34,7 @@ python ${PWD}/render_auditor_reports.py \
> "${REPORT_FILE_NOEXT}.tex" \
< "${JINJA_TEMPLATE}"
+cd ${HOME}
pdflatex "${REPORT_FILE_NOEXT}.tex"
# Remove garbage and set permissions.