From e2a52fd44da93ced80d968bd729c98345f521c30 Mon Sep 17 00:00:00 2001 From: Christian Kaddatz Date: Mon, 4 Apr 2022 20:10:55 +0200 Subject: [PATCH] feat(sonar8): Remove skip build breaker variable --- tool-sonar8.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tool-sonar8.gitlab-ci.yml b/tool-sonar8.gitlab-ci.yml index b838399..fe50c6a 100644 --- a/tool-sonar8.gitlab-ci.yml +++ b/tool-sonar8.gitlab-ci.yml @@ -5,7 +5,6 @@ SONAR_PROJECT_KEY: "" SONAR_PROJECT_NAME: "" SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" - SONAR_SKIP_BUILD_BREAKER: "true" SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER: "30" SONAR_QUERY_INTERVAL_BUILD_BREAKER: "10000"