fix: add debug output for SonarQube URL
This commit is contained in:
parent
89d8b108cd
commit
64b7d0786c
1 changed files with 17 additions and 16 deletions
|
|
@ -77,6 +77,7 @@ jobs:
|
||||||
echo "Sample files:"
|
echo "Sample files:"
|
||||||
find . -maxdepth 2 -type f | head -n 20
|
find . -maxdepth 2 -type f | head -n 20
|
||||||
echo "Running local sonar-scanner..."
|
echo "Running local sonar-scanner..."
|
||||||
|
echo "SonarQube URL: $HOST_URL"
|
||||||
sonar-scanner \
|
sonar-scanner \
|
||||||
-Dsonar.host.url="$HOST_URL" \
|
-Dsonar.host.url="$HOST_URL" \
|
||||||
-Dsonar.token="$SONAR_TOKEN" \
|
-Dsonar.token="$SONAR_TOKEN" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue