From: Aric Gardner Date: Fri, 17 Apr 2015 21:35:04 +0000 (-0400) Subject: Was writing over the html with the pdf. X-Git-Tag: arno.2015.1.0~95 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1b85db2e0db4a245cebf1fea46ecb10ba32e950e;p=releng.git Was writing over the html with the pdf. Change-Id: If0a090363a365a06bae9a07c831423e6491cda9b JIRA:0000 Signed-off-by: Aric Gardner --- diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 3076c37a7..832297d3e 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -31,7 +31,7 @@ for file in "${{files[@]}}"; do echo "rst2pdf $file" rst2pdf $file -o - | gsutil cp -L gsoutput.txt - \ - gs://artifacts.opnfv.org/"$project"/"$gs_cp_folder".html + gs://artifacts.opnfv.org/"$project"/"$gs_cp_folder".pdf gsutil setmeta -h "Content-Type:application/pdf" \ -h "Cache-Control:private, max-age=0, no-transform" \ gs://artifacts.opnfv.org/"$project"/"$gs_cp_folder".pdf