We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191c03b commit c69c986Copy full SHA for c69c986
.github/workflows/sonar.yml
@@ -41,9 +41,9 @@ jobs:
41
PR_NUMBER=$(<prInfo/PR)
42
BASE_REF=$(<prInfo/base_ref)
43
HEAD_REF=$(<prInfo/head_ref)
44
- ./gradlew sonarqube -Dsonar.pullrequest.base=$BASE_REF -Dsonar.pullrequest.branch=$HEAD_REF -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.repository=${{github.repository}}
+ ./gradlew sonar -Dsonar.pullrequest.base=$BASE_REF -Dsonar.pullrequest.branch=$HEAD_REF -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.repository=${{github.repository}}
45
else
46
- ./gradlew sonarqube
+ ./gradlew sonar
47
fi
48
shell: bash
49
0 commit comments