summaryrefslogtreecommitdiffstats
path: root/jjb/copper
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-08-19 17:45:24 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-08-19 17:47:19 -0400
commit35b739e815ccab5ae56384aa11d23dbcbd0765a7 (patch)
tree6c7c1ad444c835400c281f370170c2fcf9f3d1a4 /jjb/copper
parent09ee57139a397f16bd772541b8ac1a8d023dd55b (diff)
Fix gsutil upload path for merge job
Change-Id: I9e8810cb54ad2e02aea3fb5ae4c4d1eae13ec0be Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/copper')
-rw-r--r--jjb/copper/docu-build.sh10
1 files 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