summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/docu-build.sh
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-07-06 18:47:02 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-07-06 18:58:47 +0900
commit415804075ff3c9a2d6fa55899a0933d46de9bca4 (patch)
treebbd0cb0f3173a6c249129f2f96e53f4494e6719e /jjb/doctor/docu-build.sh
parent3f5e50a4b49778ee3af5879848bf5c8afc9071f0 (diff)
[doctor] fix file paths to upload in merge jobs
This patch fixs dir/file paths to upload latest built document in merge jobs. This patch also delete unused file (doctor/t.sh). JIRA: DOCTOR-12 Change-Id: I1539e4352e6682a2f90de321355d0dc7762cffa8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/doctor/docu-build.sh')
-rw-r--r--jjb/doctor/docu-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/doctor/docu-build.sh b/jjb/doctor/docu-build.sh
index fde367b4c..61613453f 100644
--- a/jjb/doctor/docu-build.sh
+++ b/jjb/doctor/docu-build.sh
@@ -34,8 +34,8 @@ if [[ $JOB_NAME =~ "verify" ]] ; then
echo "Document is available at http://$gs_path_review"
else
gsutil cp -r build/design_docs "gs://$gs_path_branch/"
- gsutil cp -r build/html "gs://$gs_path_branch/"
- gsutil cp -r build/latex/*.pdf "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 "Document is available at http://$gs_path_branch"
fi