We cant report the results if anteater exits 1 63/36063/1
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 14 Jun 2017 01:48:46 +0000 (09:48 +0800)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 14 Jun 2017 01:48:46 +0000 (09:48 +0800)
So I guess we put the voting logic in the report results to
gerrit step

Change-Id: I5a6d8c7986bc317648bbb7512ba4f8357bbb4f3c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/ci_gate_security/anteater-security-audit.sh

index 9192b1b..3c38a5b 100644 (file)
@@ -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
+