summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-23 08:02:48 +0000
committerbuckE <buckE@disroot.org>2020-06-23 08:02:48 +0000
commit33d5b11897b7c1156696d40841b4024a9832d9d0 (patch)
treedd8e5106eb4828a524b51ea31b919776f8eecdde /buildbot
parent097ab1ce25dd91b004a37a0c46982e60d1de9078 (diff)
downloaddeployment-33d5b11897b7c1156696d40841b4024a9832d9d0.tar.gz
deployment-33d5b11897b7c1156696d40841b4024a9832d9d0.tar.bz2
deployment-33d5b11897b7c1156696d40841b4024a9832d9d0.zip
build-docs.sh: remove .local/bin in PATH
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/build-docs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index 78cdff0..a28d69f 100755
--- 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" ]