From: Aric Gardner Date: Mon, 7 Nov 2016 17:16:56 +0000 (-0500) Subject: This fixes the uploads going to docs/docs X-Git-Tag: danube.1.0~674 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=99358cb67876734c4513a613f87cf834e5ccb58f;p=releng.git This fixes the uploads going to docs/docs gsutil command looked like this: gsutil -m cp -r upload/docs gs://artifacts.opnfv.org/fuel/colorado/2.0/docs Uploads looked like this: Uploading ...docs/docs/installationprocedure/_static/down.png: Change-Id: Ic767187ea973351c7123e08441ee3e67eb1ffdfa Signed-off-by: Aric Gardner --- diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index d38afc233..3afd355e6 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -181,8 +181,8 @@ mv docs_output "$local_path" ls "$local_path" - echo "gsutil -m cp -r "$local_path" "gs://$gs_path"" - gsutil -m cp -r "$local_path" "gs://$gs_path" + echo "gsutil -m cp -r "$local_path"/* "gs://$gs_path"" + gsutil -m cp -r "$local_path"/* "gs://$gs_path" gsutil -m setmeta \ -h "Content-Type:text/html" \