Okay, this should fix the path problems 74/1374/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 1 Sep 2015 15:31:53 +0000 (11:31 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 1 Sep 2015 15:31:53 +0000 (11:31 -0400)
Change-Id: I75e28b061bd564578affcd7a44be22724a8a7509
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/releng/docu-build-new.sh

index 21c3746..00d0464 100755 (executable)
@@ -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);