Skip to content

Commit 45ecb8b

Browse files
authored
Update analysis.yml
1 parent f970fce commit 45ecb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
restore-keys: ${{ runner.os }}-sonar
8787
- name: Update sonar config
8888
run: |
89-
sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-jdbc\2|' \
89+
sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-java\2|' \
9090
-e 's|^\(.*<sonar.organization>\).*\(</sonar.organization>\)$|\1clickhouse-java\2|' pom.xml
9191
if: github.repository_owner == 'ClickHouse'
9292
- name: Build and install

0 commit comments

Comments
 (0)