X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcomment-to-gerrit.sh;h=c37647b772168cd62c40c6c0c177be56a78caab7;hb=a86c6e8d376c95aa00b179fce9d207e61c8f72d0;hp=90eadcefaa67d58d3c0c089eaa435a21fb02db3f;hpb=bc5892ef503dc4039aa0aae4043e5c9b2cc9a363;p=releng%2Fglobal-jjb.git diff --git a/shell/comment-to-gerrit.sh b/shell/comment-to-gerrit.sh index 90eadcef..c37647b7 100644 --- a/shell/comment-to-gerrit.sh +++ b/shell/comment-to-gerrit.sh @@ -12,14 +12,14 @@ echo "---> comment-to-gerrit.sh" set -xe -o pipefail if [[ -e gerrit_comment.txt ]] ; then - echo - echo "posting review comment to gerrit..." - echo - cat gerrit_comment.txt - echo - ssh -p 29418 "$GERRIT_HOST" \ - "gerrit review -p $GERRIT_PROJECT \ - -m '$(cat gerrit_comment.txt)' \ - $GERRIT_PATCHSET_REVISION \ - --notify NONE" + echo + echo "posting review comment to gerrit..." + echo + cat gerrit_comment.txt + echo + ssh -p 29418 "$GERRIT_HOST" \ + "gerrit review -p $GERRIT_PROJECT \ + -m '$(cat gerrit_comment.txt)' \ + $GERRIT_PATCHSET_REVISION \ + --notify NONE" fi