Skip to content

Commit cbc1803

Browse files
committed
Removed project key
1 parent 46253c8 commit cbc1803

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
args: >
6262
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
6363
-Dsonar.projectName=${{ github.event.repository.name }}
64-
-Dsonar.projectKey=${{ github.event.repository.name }}
6564
-Dsonar.exclusions='**/tests/**/*.*'
6665
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6766
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
@@ -76,7 +75,6 @@ jobs:
7675
args: >
7776
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
7877
-Dsonar.projectName=${{ github.event.repository.name }}
79-
-Dsonar.projectKey=${{ github.event.repository.name }}
8078
-Dsonar.exclusions='**/tests/**/*.*'
8179
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
8280
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)