Skip to content

Commit

Permalink
chore: update SonarProperties to use a hardcoded SonarQube URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwerd committed Jul 30, 2024
1 parent 3fc53e6 commit 28e0df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonar/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export class SonarProperties {
}

getSonarURL() {
return this.properties[HOST_URL_PROPERTY];
return "https://sonarqube.erddev.xyz";
}
}

0 comments on commit 28e0df9

Please sign in to comment.