X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fonap-gerrit-review-wrapper.sh;h=0195b8092fc96619e16095b524d8f92b49d34ab2;hb=2fea070ec9e8f7a2388c33b1972d0ed883848c0d;hp=ba07fe72414c2a4827e032210b70036198166732;hpb=7479ec1d496570003401c626c58a72ffeec265ea;p=ci-management.git diff --git a/shell/onap-gerrit-review-wrapper.sh b/shell/onap-gerrit-review-wrapper.sh index ba07fe724..0195b8092 100755 --- a/shell/onap-gerrit-review-wrapper.sh +++ b/shell/onap-gerrit-review-wrapper.sh @@ -32,5 +32,7 @@ rm -Rf /tmp/ogr export PATH=$PATH:/tmp/ogr/onap-gerrit-review/bin # Execute OGR -onap-gerrit-review -E git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC" +onap-gerrit-review -S git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC" +# Use -E flag for non-blocking report +# onap-gerrit-review -S -E git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC"