diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-07-06 18:47:02 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-07-06 18:58:47 +0900 |
commit | 415804075ff3c9a2d6fa55899a0933d46de9bca4 (patch) | |
tree | bbd0cb0f3173a6c249129f2f96e53f4494e6719e /jjb/doctor | |
parent | 3f5e50a4b49778ee3af5879848bf5c8afc9071f0 (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')
-rw-r--r-- | jjb/doctor/docu-build.sh | 4 | ||||
-rwxr-xr-x | jjb/doctor/t.sh | 9 |
2 files changed, 2 insertions, 11 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 diff --git a/jjb/doctor/t.sh b/jjb/doctor/t.sh deleted file mode 100755 index 3005c6d15..000000000 --- a/jjb/doctor/t.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -set -e -set -o pipefail - - -[[ $GERRIT_CHANGE_NUMBER =~ .* ]] - - -echo "done" |