From: Ryota MIBU Date: Mon, 23 Nov 2015 14:26:52 +0000 (+0900) Subject: fix document build (remove doubled "") X-Git-Tag: test-tag~180 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6ce789205971f59471aa968011852e85869ac117;p=releng.git fix document build (remove doubled "") Signed-off-by: Ryota MIBU Change-Id: Ib9aa0f938dd9c9aafdb3ceaf972069881bf5e89e --- 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