fix(Sonar 8): Remove Variables so they are not propigated.
This commit is contained in:
parent
7bdeb9ba23
commit
f4207b5c26
@ -2,8 +2,8 @@
|
|||||||
stage: verify
|
stage: verify
|
||||||
variables:
|
variables:
|
||||||
SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8
|
SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8
|
||||||
SONAR_PROJECT_KEY: ""
|
#SONAR_PROJECT_KEY: ""
|
||||||
SONAR_PROJECT_NAME: ""
|
#SONAR_PROJECT_NAME: ""
|
||||||
SONAR_EXCLUSIONS: "**/target/**,**/src/test/**"
|
SONAR_EXCLUSIONS: "**/target/**,**/src/test/**"
|
||||||
SONAR_QUALITYGATE_WAIT: "true"
|
SONAR_QUALITYGATE_WAIT: "true"
|
||||||
SONAR_QUALITYGATE_TIMEOUT: "10000"
|
SONAR_QUALITYGATE_TIMEOUT: "10000"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user