From 8c25b5b3df1bc62c134deff8461beae66c8f99ce Mon Sep 17 00:00:00 2001 From: Timo Beller Date: Fri, 21 Jan 2022 14:31:58 +0100 Subject: [PATCH] fix(tool-sonar): typo in variable --- tool-sonar7.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool-sonar7.gitlab-ci.yml b/tool-sonar7.gitlab-ci.yml index c633d6f..2cd5c00 100644 --- a/tool-sonar7.gitlab-ci.yml +++ b/tool-sonar7.gitlab-ci.yml @@ -19,7 +19,7 @@ "-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectName=$SONAR_PROJECT_NAME" "-Dsonar.exclusions=$SONAR_EXCLUSIONS" - "-Dsonar.buildbreaker.skip=$SONAR_SKIP_BUILDBREAKER" + "-Dsonar.buildbreaker.skip=$SONAR_SKIP_BUILD_BREAKER" "-Dsonar.buildbreaker.queryMaxAttempts=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER" "-Dsonar.buildbreaker.queryInterval=$SONAR_QUERY_INTERVAL_BUILD_BREAKER" @@ -33,6 +33,6 @@ "-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectName=$SONAR_PROJECT_NAME" "-Dsonar.exclusions=$SONAR_EXCLUSIONS" - "-Dsonar.buildbreaker.skip=$SONAR_SKIP_BUILDBREAKER" + "-Dsonar.buildbreaker.skip=$SONAR_SKIP_BUILD_BREAKER" "-Dsonar.buildbreaker.queryMaxAttempts=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER" "-Dsonar.buildbreaker.queryInterval=$SONAR_QUERY_INTERVAL_BUILD_BREAKER"