From: Victor Laza Date: Tue, 28 Apr 2015 07:44:17 +0000 (+0300) Subject: Fixed stdin for image upload in build-upload-docu.sh X-Git-Tag: arno.2015.1.0~84 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=401bcd33fc20ad063dbbefa7e4f065b062cb87ae Fixed stdin for image upload in build-upload-docu.sh JIRA: Fixed stdin for image upload in build-upload-docu.sh Change-Id: Ibfc0322487222d7106f40a799aaad9d65d2320f4 Signed-off-by: Victor Laza --- diff --git a/jjb/opnfvdocs/build-upload-docu.sh b/jjb/opnfvdocs/build-upload-docu.sh index 97149936f..c4c78111a 100644 --- a/jjb/opnfvdocs/build-upload-docu.sh +++ b/jjb/opnfvdocs/build-upload-docu.sh @@ -49,6 +49,7 @@ for img in "${{images[@]}}"; do # uploading found images echo "uploading $img" + echo "$img" | gsutil cp -L gsoutput.txt - \ gs://artifacts.opnfv.org/"$project"/"$img" gsutil setmeta -h "Content-Type:text/html" \ -h "Cache-Control:private, max-age=0, no-transform" \