Skip to content

Commit fda1f8f

Browse files
committed
Fix project-keys
1 parent b93f7b3 commit fda1f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/projects-provisioning/scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd "$DIR"
88

99
url=${1:-$SONAR_HOST_URL}
1010

11-
projects="project1 project2 project3 project4 proyecto5"
11+
projects="test:project1 test:project2 test:project3 test:project4 test:proyecto5"
1212
for p in $projects; do
1313
echo "Processing $p"
1414
sonar-scanner -Dsonar.projectKey=$p -Dsonar.host.url=$url -Dsonar.branch.name=develop -Dsonar.login=$SONAR_TOKEN -Dsonar.token=$SONAR_TOKEN

0 commit comments

Comments
 (0)