diff options
author | 2017-06-14 01:51:23 +0000 | |
---|---|---|
committer | 2017-06-14 01:51:23 +0000 | |
commit | 0bb0534e5aad8e7cd39698e8690693f68bcf5eba (patch) | |
tree | 9189c743055903a8dab1ffb1602adcfe9039ca4a | |
parent | 5407b668eecf4407b3f7d61003640323063cd32b (diff) | |
parent | 76bb26e97f2b9b0aaeaf7dd276f30513d1ac49ee (diff) |
Merge "We cant report the results if anteater exits 1"
-rw-r--r-- | jjb/ci_gate_security/anteater-security-audit.sh | 4 |
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 + |