We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f970fce commit 45ecb8bCopy full SHA for 45ecb8b
.github/workflows/analysis.yml
@@ -86,7 +86,7 @@ jobs:
86
restore-keys: ${{ runner.os }}-sonar
87
- name: Update sonar config
88
run: |
89
- sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-jdbc\2|' \
+ sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-java\2|' \
90
-e 's|^\(.*<sonar.organization>\).*\(</sonar.organization>\)$|\1clickhouse-java\2|' pom.xml
91
if: github.repository_owner == 'ClickHouse'
92
- name: Build and install
0 commit comments