[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: path |
Date: |
Sat, 02 Nov 2019 18:04:34 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 275a802 path
275a802 is described below
commit 275a80252b5a17b189604ae80614e52f380a8075
Author: Florian Dold <address@hidden>
AuthorDate: Sat Nov 2 18:04:31 2019 +0100
path
---
buildbot/build-docs.sh | 2 --
taler-docbuild/update_docs.sh | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index 2e44223..0c8a94c 100755
--- 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
index 0ccd62b..8b7ed69 100755
--- 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
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [taler-deployment] branch master updated: path,
gnunet <=