From: Jessica Wagantall Date: Thu, 4 Apr 2024 02:03:15 +0000 (-0700) Subject: Fix: Remove duplicate arguments in Sonar action X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=62b09027431bd395e99df69025922a0d87bca177;p=com%2Fpylog.git Fix: Remove duplicate arguments in Sonar action Change-Id: I9de01b793cc1f1988d8f954684d6e991689be398 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 6440797..3abc3ff 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -85,8 +85,6 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: args: - SONAR_PROJECT_KEY: "o-ran-sc_com-pylog" - SONAR_ORG: "o-ran-sc" SONAR_ARGS: > -Dsonar.build.sourceEncoding=UTF-8 -Dsonar.organization=o-ran-sc @@ -96,8 +94,6 @@ jobs: -Dsonar.python.coverage.reportPaths=./coverage.xm -Dsonar.sources=mdclogpy -Dsonar.verbose=true - secrets: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} report-status: if: ${{ always() }}