aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/daily-jjb-doc-update/include-doc-update.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-09 15:57:39 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-09 15:57:39 +0200
commitc39ade9954484a831900b5665a8d4689808c0d25 (patch)
treec49a69700f007f452bdf61b6e465617d82cac834 /jjb/daily-jjb-doc-update/include-doc-update.sh
parent7692f79d076c3d0e4c680b2d10d65400d8cf73cd (diff)
Fix for baseurl
Change-Id: I8aff2436d2404aad841c7e6a45ac2eba8c0a6e61 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/daily-jjb-doc-update/include-doc-update.sh')
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/daily-jjb-doc-update/include-doc-update.sh b/jjb/daily-jjb-doc-update/include-doc-update.sh
index 485d500e..a11cd850 100644
--- a/jjb/daily-jjb-doc-update/include-doc-update.sh
+++ b/jjb/daily-jjb-doc-update/include-doc-update.sh
@@ -13,7 +13,7 @@ git config --global user.email jenkins@automotivelinux.org
rm -rf docs-webtemplate || true
wget https://raw.githubusercontent.com/automotive-grade-linux/docs-webtemplate/master/setupdocs.sh
mkdir docs-webtemplate
-bash -x setupdocs.sh --directory=docs-webtemplate --webtemplate-ref=master --doctools-ref=master --baseurl=/
+bash -x setupdocs.sh --directory=docs-webtemplate --webtemplate-ref=master --doctools-ref=master
# Todo --baseurl=/upload/ci/20018
cd docs-webtemplate
make build \ No newline at end of file