diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfvdocs/build-upload-docu.sh | 1 |
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" \ |