From 43b6272fc6a1348b8c06e988591a7dad62b1301f Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Fri, 24 Jan 2020 22:18:13 -0500 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c99f2cf2981..c921a08c479 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -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 }}