docs(exx-Pipeline): fix typo in variable 6

This commit is contained in:
Wolfram Gulde 2022-06-07 17:30:02 +02:00 committed by Marcel Feix
parent 5786b7b929
commit 3bc2d6aeb2
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -25,7 +25,7 @@
extends: .sonar-template-common extends: .sonar-template-common
image: $GRADLE_IMAGE image: $GRADLE_IMAGE
script: script:
- ./gradlew $GRADLE_OPTS $GRADLE_CLI_OPTS sonarqube - ./gradlew $GRADLE_OPTS sonarqube $GRADLE_CLI_OPTS
"-Dsonar.host.url=$SONAR_HOST_URL" "-Dsonar.host.url=$SONAR_HOST_URL"
"-Dsonar.login=$SONAR_TOKEN" "-Dsonar.login=$SONAR_TOKEN"
"-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectKey=$SONAR_PROJECT_KEY"