diff --git a/tool-sonar8.gitlab-ci.yml b/tool-sonar8.gitlab-ci.yml index e47a4ba..b838399 100644 --- a/tool-sonar8.gitlab-ci.yml +++ b/tool-sonar8.gitlab-ci.yml @@ -19,7 +19,7 @@ "-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectName=$SONAR_PROJECT_NAME" "-Dsonar.exclusions=$SONAR_EXCLUSIONS" - "-Dsonar.qualitygate.wait=§SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER" + "-Dsonar.qualitygate.wait=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER" "-Dsonar.qualitygate.timeout=$SONAR_QUERY_INTERVAL_BUILD_BREAKER" .sonar-template-gradle: @@ -33,4 +33,4 @@ "-Dsonar.projectName=$SONAR_PROJECT_NAME" "-Dsonar.exclusions=$SONAR_EXCLUSIONS" "-Dsonar.qualitygate.wait=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER" - "-Dsonar.qualitygate.timeout=$SONAR_QUERY_INTERVAL_BUILD_BREAKER" \ No newline at end of file + "-Dsonar.qualitygate.timeout=$SONAR_QUERY_INTERVAL_BUILD_BREAKER"