1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Update sonarqube.yml

This commit is contained in:
Anton Titovets 2024-03-14 11:24:59 +03:00 committed by GitHub
parent ac77df858d
commit a207bcb18a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
LC_ALL: "ru_RU.UTF-8"
with:
args:
-Dsonar.projectBaseDir=${GITHUB_WORKSPACE} + "/OPI"
-Dsonar.projectBaseDir='${GITHUB_WORKSPACE}/OPI'
-Dsonar.projectKey=OpenIntegrations
-Dsonar.sourceEncoding=UTF-8
-Dsonar.inclusions=**/*.bsl
@ -40,7 +40,7 @@ jobs:
LC_ALL: "ru_RU.UTF-8"
with:
args:
-Dsonar.projectBaseDir=${GITHUB_WORKSPACE} + "/OInt"
-Dsonar.projectBaseDir='${GITHUB_WORKSPACE}/OInt'
-Dsonar.projectKey=OInt
-Dsonar.sourceEncoding=UTF-8
-Dsonar.inclusions=**/*.os