sonar_login -> sonar_token
This commit is contained in:
parent
e03d9466b3
commit
61d7bf378c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
environment:
|
||||
SONAR_HOST_URL: https://sonarqube.broodjeaap.net
|
||||
SONAR_SCANNER_OPTS: -Dsonar.projectKey=go-watch -Dsonar.projectBaseDir=/drone/src/ -Dsonar.sources=. -Dsonar.exclusions=**/*.js,**/*_test.go -Dsonar.tests=. -Dsonar.test.inclusions=**/*_test.go -Dsonar.go.coverage.reportPaths=/drone/src/cov.out
|
||||
SONAR_LOGIN:
|
||||
SONAR_TOKEN:
|
||||
from_secret: sonarqube_token
|
||||
trigger:
|
||||
branch:
|
||||
|
|
Loading…
Add table
Reference in a new issue