summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-10-13 23:24:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-13 23:24:04 +0000
commitbd22284e14dbf8d972cd7f95715ef3c6393775aa (patch)
tree8d5a6bf16c67b3b28bcac23fc34dc2d524add21a
parent47410502457a908d7008a27b12300a63e0b68832 (diff)
parent4cbd49f4b38f80ef4bde13bf1f290378ae0db0a9 (diff)
Merge "Fix incorrect comment that security report posted"
-rw-r--r--jjb/ci_gate_security/anteater-report-to-gerrit.sh2
1 files changed, 1 insertions, 1 deletions
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)\" \