taler-deployment

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

commit 33d5b11897b7c1156696d40841b4024a9832d9d0
parent 097ab1ce25dd91b004a37a0c46982e60d1de9078
Author: buckE <buckE@disroot.org>
Date:   Tue, 23 Jun 2020 08:02:48 +0000

build-docs.sh: remove .local/bin in PATH

Diffstat:
Mbuildbot/build-docs.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh @@ -10,7 +10,8 @@ fetch () { git reset --hard "$branch" } -export PATH=$HOME/.local/bin:$PATH +# Remove local path re: using global buildbot-worker not pip local install +#export PATH=$HOME/.local/bin:$PATH logfile="/home/docbuilder/sphinx-warnings.log" if [ -f "$logfile" ]