This fixes the uploads going to docs/docs 31/24031/2
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 7 Nov 2016 17:16:56 +0000 (12:16 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 7 Nov 2016 17:19:18 +0000 (12:19 -0500)
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 <agardner@linuxfoundation.org>
jjb/releng-macros.yaml

index d38afc2..3afd355 100644 (file)
             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" \