diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-06-14 08:52:25 +0800 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-06-14 08:53:26 +0800 |
commit | 1dc39a5387b94ff18d4efae2116b7059a045aaae (patch) | |
tree | 288d22b79088d0b99c0894294c0c500bcca967e1 /jjb/ci_gate_security | |
parent | c4c88ca0752cbe05eb3c9e21c23328f6f553f037 (diff) |
Fix skip vote on anteaterjob
looks like the spacing was off
Change-Id: Ief6d15d122add79b8f9492550ce4ceecafe545bd
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/ci_gate_security')
-rw-r--r-- | jjb/ci_gate_security/opnfv-ci-gate-security.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jjb/ci_gate_security/opnfv-ci-gate-security.yml b/jjb/ci_gate_security/opnfv-ci-gate-security.yml index 004e63db8..1e550a337 100644 --- a/jjb/ci_gate_security/opnfv-ci-gate-security.yml +++ b/jjb/ci_gate_security/opnfv-ci-gate-security.yml @@ -62,11 +62,11 @@ file-paths: - compare-type: ANT pattern: '**' - skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true builders: - anteater-security-audit |