fix document build (remove doubled "") 25/3525/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 23 Nov 2015 14:26:52 +0000 (23:26 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 23 Nov 2015 14:26:52 +0000 (23:26 +0900)
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Change-Id: Ib9aa0f938dd9c9aafdb3ceaf972069881bf5e89e

jjb/releng-macros.yaml

index 4620377..e212763 100644 (file)
             [[ -d docs/output ]]
 
             echo
-            echo "##########################"
-            echo "UPLOADING DOCS UNER REVIEW"
-            echo "##########################"
+            echo "###########################"
+            echo "UPLOADING DOCS UNDER REVIEW"
+            echo "###########################"
             echo
 
             gs_path="artifacts.opnfv.org/review/$GERRIT_CHANGE_NUMBER"
                     "gs://$gs_path"/**.html
             fi
 
-            gerrit_comment="Document link(s):
-            $(gsutil ls "gs://$gs_path" | grep -e 'index.html$' -e 'pdf$' | sed 's/^gs/http/')"
+            gerrit_comment="Document link(s): $(gsutil ls gs://$gs_path | grep -e 'index.html$' -e 'pdf$' | sed 's/^gs/http/')"
             echo
             echo "$gerrit_comment"
             echo
                     "gs://$gs_path"/**.html
             fi
 
-            gerrit_comment="Document link(s):
-            $(gsutil ls "gs://$gs_path" | grep -e 'index.html$' -e 'pdf$' | sed 's/^gs/http/')"
+            gerrit_comment="Document link(s): $(gsutil ls gs://$gs_path | grep -e 'index.html$' -e 'pdf$' | sed 's/^gs/http/')"
             echo
             echo "$gerrit_comment"
             echo