chore(Sonar 8): Fix names of sonar template jobs.

This commit is contained in:
Marcel Feix 2022-05-25 11:50:26 +02:00
parent 83aada8d2c
commit 6f6ac98d6f
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -8,7 +8,7 @@
SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_WAIT: "true"
SONAR_QUALITYGATE_TIMEOUT: "10000" SONAR_QUALITYGATE_TIMEOUT: "10000"
.sonar-template: .sonar-maven:
extends: .sonar-template-common extends: .sonar-template-common
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
script: script:
@ -21,7 +21,7 @@
"-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT" "-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT"
"-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT" "-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT"
.sonar-template-gradle: .sonar-gradle:
extends: .sonar-template-common extends: .sonar-template-common
image: $GRADLE_IMAGE image: $GRADLE_IMAGE
script: script: