From 1a5a6387044fbca79d9bad4d4037e086637f7b30 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 8 Jun 2021 17:16:48 +0200 Subject: [PATCH] Fix: Skip vote for jjb-deploy also when successful The previous code used "success" instead of "successful". Fixes: bfe91be03d516a56adb74abd1e16c50b86c27c6e Change-Id: If73f2f2756c10d0a7230ad1214e8ea3c86b1b114 Signed-off-by: Vratko Polak --- jjb/lf-ci-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 0ae94d8b..6aa84fd1 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -670,7 +670,7 @@ - branch-compare-type: ANT branch-pattern: "**" skip-vote: - success: true + successful: true failed: true unstable: true notbuilt: true -- 2.16.6