From 6ce789205971f59471aa968011852e85869ac117 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 23 Nov 2015 23:26:52 +0900 Subject: [PATCH] fix document build (remove doubled "") Signed-off-by: Ryota MIBU Change-Id: Ib9aa0f938dd9c9aafdb3ceaf972069881bf5e89e --- jjb/releng-macros.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 46203778d..e212763c1 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -198,9 +198,9 @@ [[ -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" @@ -214,8 +214,7 @@ "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 @@ -253,8 +252,7 @@ "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 -- 2.16.6