Update sonar.yml

This commit is contained in:
Jim Schubert 2020-01-24 22:18:13 -05:00 committed by GitHub
parent 5220d7cd59
commit 43b6272fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,4 @@ jobs:
with:
java-version: 1.8
- name: Publish to Sonar
run: mvn sonar:sonar \
-Dsonar.projectKey=OpenAPITools_openapi-generator \
-Dsonar.organization=openapitools \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${{ secrets.SONAR_LOGIN }} \
-Dsonar.branch.name=${{ github.ref }}
run: mvn sonar:sonar -Dsonar.projectKey=OpenAPITools_openapi-generator -Dsonar.organization=openapitools -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.branch.name=${{ github.ref }}