summaryrefslogtreecommitdiffstats
path: root/jjb/ci_gate_security
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2017-06-14 09:48:46 +0800
committerAric Gardner <agardner@linuxfoundation.org>2017-06-14 09:48:46 +0800
commit76bb26e97f2b9b0aaeaf7dd276f30513d1ac49ee (patch)
treefbbc1b00f258aee36a7614854ac4effd64bc8b01 /jjb/ci_gate_security
parentfd24cfa3d91695bedf0b9d0c46ab9def833cf856 (diff)
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 <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/ci_gate_security')
-rw-r--r--jjb/ci_gate_security/anteater-security-audit.sh4
1 files changed, 3 insertions, 1 deletions
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
+