Skip to content

Commit 099a1f4

Browse files
authored
[AAP-52434] Fix SonarQube Cloud organization (#835)
I introduced a bug. The organization is wrong. Continuation of: - #829
1 parent c90e9b4 commit 099a1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Do not duplicate or reuse!
1010
# Available characters: [a-zA-Z0-9_:\.\-]
1111
# Must have least one non-digit.
12-
sonar.projectKey=ansible-automation-platform_django-ansible-base
13-
sonar.organization=ansible-automation-platform
12+
sonar.projectKey=ansible_django-ansible-base
13+
sonar.organization=ansible
1414

1515
# Project metadata
1616
sonar.projectName=django-ansible-base

0 commit comments

Comments
 (0)