fix: add debug output for SonarQube URL
Some checks failed
build-and-push / lint (push) Successful in 7s
build-and-push / sonar (push) Successful in 21s
build-and-push / docker (push) Failing after 9s

This commit is contained in:
nocci 2026-03-07 13:33:17 +00:00
parent 89d8b108cd
commit 64b7d0786c

View file

@ -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" \