From 1dc39a5387b94ff18d4efae2116b7059a045aaae Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 14 Jun 2017 08:52:25 +0800 Subject: [PATCH] Fix skip vote on anteaterjob looks like the spacing was off Change-Id: Ief6d15d122add79b8f9492550ce4ceecafe545bd Signed-off-by: Aric Gardner --- jjb/ci_gate_security/opnfv-ci-gate-security.yml | 10 +++++----- 1 file 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 -- 2.16.6