Skip to content

Commit

Permalink
Revert "Add verbosity to sonarqube call"
Browse files Browse the repository at this point in the history
This reverts commit 88f2145.
  • Loading branch information
kaklakariada committed Feb 20, 2021
1 parent 88f2145 commit 4443326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./gradlew sonarqube -Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=itsallcode \
-Dsonar.login=$SONAR_TOKEN \
--warning-mode=summary --info
--warning-mode=summary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 4443326

Please sign in to comment.