From 401bcd33fc20ad063dbbefa7e4f065b062cb87ae Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Tue, 28 Apr 2015 10:44:17 +0300 Subject: 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 --- jjb/opnfvdocs/build-upload-docu.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/opnfvdocs') 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" \ -- cgit 1.2.3-korg