From 76bb26e97f2b9b0aaeaf7dd276f30513d1ac49ee Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 14 Jun 2017 09:48:46 +0800 Subject: We cant report the results if anteater exits 1 So I guess we put the voting logic in the report results to gerrit step Change-Id: I5a6d8c7986bc317648bbb7512ba4f8357bbb4f3c Signed-off-by: Aric Gardner --- jjb/ci_gate_security/anteater-security-audit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jjb/ci_gate_security') diff --git a/jjb/ci_gate_security/anteater-security-audit.sh b/jjb/ci_gate_security/anteater-security-audit.sh index 9192b1bbe..3c38a5b96 100644 --- a/jjb/ci_gate_security/anteater-security-audit.sh +++ b/jjb/ci_gate_security/anteater-security-audit.sh @@ -30,4 +30,6 @@ exit_code=$? echo "--------------------------------------------------------" echo "Stopping docker container with ID $container_id" docker stop $container_id -exit $exit_code +exit 0 +#exit $exit_code + -- cgit 1.2.3-korg