feat(sonar8): Remove skip build breaker variable

This commit is contained in:
Christian Kaddatz 2022-04-04 20:10:55 +02:00
parent 8a0809c3a4
commit e2a52fd44d

View File

@ -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"