chore(Sonar): remove empty projekt key from default variables
This commit is contained in:
parent
70d2464c28
commit
1bc37e83f4
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user