summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:25:54 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:25:54 +0100
commitf4c7738633ebfcb642d5a9be4072919ba0f00735 (patch)
tree3f45c78031a229de71dd87d378bc1a8cb6e59e05
parentb6c9b3d560ae249d0d9191262c28f5c4ebb5c26a (diff)
downloaddeployment-f4c7738633ebfcb642d5a9be4072919ba0f00735.tar.gz
deployment-f4c7738633ebfcb642d5a9be4072919ba0f00735.tar.bz2
deployment-f4c7738633ebfcb642d5a9be4072919ba0f00735.zip
Still on paths.
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 572d31f..d7e7c74 100755
--- 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.