taler-deployment

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

commit 275a80252b5a17b189604ae80614e52f380a8075
parent d0edcf97a3243e3314e3a7c66b098437303835db
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  2 Nov 2019 18:04:31 +0100

path

Diffstat:
Mbuildbot/build-docs.sh | 2--
Mtaler-docbuild/update_docs.sh | 2++
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh @@ -10,8 +10,6 @@ fetch () { git reset --hard "$branch" } -source ~/.bashrc - cd $HOME/deployment fetch diff --git a/taler-docbuild/update_docs.sh b/taler-docbuild/update_docs.sh @@ -10,6 +10,8 @@ fetch () { git reset --hard "$branch" } +export PATH=$HOME/.local/bin:$PATH + cd $HOME/docs fetch make html