Skip to content

Commit fa813ac

Browse files
committed
update SONAR_HOST_URL to SONAR_HOST
1 parent 6cee93a commit fa813ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Scan server
3939
env:
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # analysis token associated to your project
41-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
41+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
4242
run: |
4343
cd server/
44-
./gradlew createKeys sonar --stacktrace
44+
./gradlew createKeys sonar
4545
sonarQubeFrontend:
4646
name: sonarQube Frontend
4747
runs-on: ubuntu-latest
@@ -92,7 +92,7 @@ jobs:
9292
- name: Scan screenshot
9393
env:
9494
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # analysis token associated to your project
95-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
95+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
9696
run: |
9797
cd screenshot/
98-
./gradlew sonar --debug
98+
./gradlew sonar

0 commit comments

Comments
 (0)