Fix: configuration of Push Results in PR to Sonar step on py-test GH (#9945)

This commit is contained in:
Nahuel 2023-01-26 18:46:19 +01:00 committed by GitHub
parent c171aea11a
commit d03d53a9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }}
projectBaseDir: ingestion/
with:
attempt_limit: 3
attempt_delay: 10000
@ -134,3 +133,4 @@ jobs:
-Dsonar.pullrequest.github.repository=OpenMetadata
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}
-Dsonar.pullrequest.provider=github
projectBaseDir: ingestion/