summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs
diff options
context:
space:
mode:
authorVictor Laza <vlaza@cloudbasesolutions.com>2015-04-28 10:44:17 +0300
committerVictor Laza <vlaza@cloudbasesolutions.com>2015-04-28 10:47:53 +0300
commit401bcd33fc20ad063dbbefa7e4f065b062cb87ae (patch)
tree281114f5d4d51ff485cc144373f4ba526ea8ef70 /jjb/opnfvdocs
parent6b2547bf5652ef8d1920f4ed1cf27d7a663e5adb (diff)
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 <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/opnfvdocs')
-rw-r--r--jjb/opnfvdocs/build-upload-docu.sh1
1 files changed, 1 insertions, 0 deletions
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" \