Fix gsutil upload path for merge job 42/1242/2
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 19 Aug 2015 21:45:24 +0000 (17:45 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 19 Aug 2015 21:47:19 +0000 (17:47 -0400)
Change-Id: I9e8810cb54ad2e02aea3fb5ae4c4d1eae13ec0be
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/copper/docu-build.sh

index 626814d..cf3521f 100644 (file)
@@ -34,10 +34,12 @@ if [[ $JOB_NAME =~ "verify" ]] ; then
     echo
     echo "Document is available at http://$gs_path_review/index.html"
 else
-    gsutil cp -r build/design_docs "gs://$gs_path_branch/"
-    gsutil cp -r build/requirements/html "gs://$gs_path_branch/"
-    gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/"
-    echo
+    gsutil cp -r build/* "gs://$gs_path_branch/design_docs/"
+    #gsutil cp -r build/design_docs "gs://$gs_path_branch/"
+    #gsutil cp -r build/requirements/html "gs://$gs_path_branch/"
+    #gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/"
+    #echo
+
     echo "Latest document is available at http://$gs_path_branch/index.html"
 
     if gsutil ls "gs://$gs_path_review" > /dev/null 2>&1 ; then