taler-deployment

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

commit a6cd2a9ee32c29381dfbcefc6f5b585e95ff9aff
parent c7075863209d65c48ea9e30161113423e5b93675
Author: buckE <buckE@disroot.org>
Date:   Fri, 19 Jun 2020 06:01:32 +0000

cat warnings.log in build-docs.sh

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

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh @@ -23,3 +23,4 @@ mkdir -p $HOME/build/docs/pdf/ cp -r _build/html/* $HOME/build/docs/html/ cp -r _build/latex/*.pdf $HOME/build/docs/pdf/ +cat /home/docbuilder/warnings.log