remove params

This commit is contained in:
marius 2019-01-07 19:40:22 +01:00
parent b5ac053bc4
commit 2bc4e8ba51

View File

@ -3,4 +3,4 @@ sonarqube_master_job:
only:
- master
script:
- mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN -D sonar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -D sonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML
- mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN