Skip to content

Commit

Permalink
APIGOV-25932 - use SONAR_HOST_URL (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick authored Jul 26, 2023
1 parent f49712a commit b551c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

sonar-scanner -X \
-Dsonar.host.url=${SONAR_HOST} \
-Dsonar.host.url=${SONAR_HOST_URL} \
-Dsonar.language=go \
-Dsonar.projectName=Apigee_Agents \
-Dsonar.projectVersion=1.0 \
Expand Down

0 comments on commit b551c75

Please sign in to comment.