Merge branch 'feat/tbe_sonar' into 'master'
fix(tool-sonar): typo in variable See merge request gilden/ci/gitlab-ci-templates!44
This commit is contained in:
commit
9f592d0686
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user