summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-09-01 11:31:53 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-09-01 11:31:53 -0400
commit9c2aca362144860c01311a1e19d475bdf183dd7b (patch)
treeb1e91aefafe76185401f50bac2b56159e39ef09a /jjb
parent9e5b6238fbc2de54cdc465957fc02776567c4418 (diff)
Okay, this should fix the path problems
Change-Id: I75e28b061bd564578affcd7a44be22724a8a7509 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/releng/docu-build-new.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/releng/docu-build-new.sh b/jjb/releng/docu-build-new.sh
index 21c374615..00d046479 100755
--- a/jjb/releng/docu-build-new.sh
+++ b/jjb/releng/docu-build-new.sh
@@ -86,8 +86,8 @@ for dir in "${{directories[@]}}"; do
else
#upload artifacts for merge job
- gsutil cp -r docs/output/"${{dir##*/}}" "gs://$gs_path_branch/"${{dir}}/""
- echo "Latest document is available at http://$gs_path_branch/"${{dir}}/"index.html"
+ gsutil cp -r docs/output/"${{dir##*/}}" "gs://$gs_path_branch/docs/"
+ echo "Latest document is available at http://$gs_path_branch/docs/"${{dir##*/}}"/index.html"
#set cache to 0
for x in $(gsutil ls gs://$gs_path_branch/"${{dir}}" | grep html);