From 35b739e815ccab5ae56384aa11d23dbcbd0765a7 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 19 Aug 2015 17:45:24 -0400 Subject: [PATCH] Fix gsutil upload path for merge job Change-Id: I9e8810cb54ad2e02aea3fb5ae4c4d1eae13ec0be Signed-off-by: Aric Gardner --- jjb/copper/docu-build.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jjb/copper/docu-build.sh b/jjb/copper/docu-build.sh index 626814d82..cf3521f32 100644 --- a/jjb/copper/docu-build.sh +++ b/jjb/copper/docu-build.sh @@ -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 -- 2.16.6