X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fci_gate_security%2Fanteater-report-to-gerrit.sh;h=51a8ac47bcc47f0e6fa8e1a385a743a2eb9842b1;hb=f418aa3b4b4d1659a9d0fbd36cb604f7b64e559f;hp=6710862a78e2eec387f9c637ca6762886e5b84df;hpb=1528f888edba45aaa9919e8c0a5af77a1801380f;p=releng.git diff --git a/jjb/ci_gate_security/anteater-report-to-gerrit.sh b/jjb/ci_gate_security/anteater-report-to-gerrit.sh index 6710862a7..51a8ac47b 100644 --- a/jjb/ci_gate_security/anteater-report-to-gerrit.sh +++ b/jjb/ci_gate_security/anteater-report-to-gerrit.sh @@ -6,7 +6,6 @@ EXITSTATUS=0 # This Log should always exist if [[ -e securityaudit.log ]] ; then - echo -e "\nposting security audit report to gerrit...\n" #check if log has errors if grep ERROR securityaudit.log; then @@ -17,6 +16,7 @@ if [[ -e securityaudit.log ]] ; then # Only report to Gerrit when there are errors to report. if [[ -s shortlog ]]; then + echo -e "\nposting security audit report to gerrit...\n" ssh -p 29418 gerrit.opnfv.org \ "gerrit review -p $GERRIT_PROJECT \ -m \"$(cat shortlog)\" \