chore(Sonar): remove empty projekt key from default variables

This commit is contained in:
Wolfram Gulde 2022-09-20 15:18:25 +02:00
parent 70d2464c28
commit 1bc37e83f4

View File

@ -2,8 +2,7 @@
stage: verify
variables:
SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8
SONAR_PROJECT_KEY: ""
SONAR_PROJECT_NAME: ""
SONAR_PROJECT_NAME: $CI_PROJECT_NAME
SONAR_EXCLUSIONS: "**/target/**,**/build/**,**/src/test/**"
SONAR_QUALITYGATE_WAIT: "true"
SONAR_QUALITYGATE_TIMEOUT: "10000"