From 6f6ac98d6f472c3c1229f4aaf647cbe4f4a88fe9 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Wed, 25 May 2022 11:50:26 +0200 Subject: [PATCH] chore(Sonar 8): Fix names of sonar template jobs. --- templates/static-analysis/sonar-8.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 44e9047..37f5210 100644 --- a/templates/static-analysis/sonar-8.gitlab-ci.yml +++ b/templates/static-analysis/sonar-8.gitlab-ci.yml @@ -8,7 +8,7 @@ SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_TIMEOUT: "10000" -.sonar-template: +.sonar-maven: extends: .sonar-template-common image: $MAVEN_IMAGE script: @@ -21,7 +21,7 @@ "-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT" "-Dsonar.qualitygate.timeout=$SONAR_QUALITYGATE_TIMEOUT" -.sonar-template-gradle: +.sonar-gradle: extends: .sonar-template-common image: $GRADLE_IMAGE script: