Skip to content

Commit

Permalink
Fix: Update Sonar needed parameters
Browse files Browse the repository at this point in the history
Change-Id: I7e967ae088d4a0285224ce09744983b067486e90
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Apr 12, 2024
1 parent 5e05cfc commit 9f22c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gerrit-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
-DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo
SONAR_PROJECT_KEY: "o-ran-sc_oam-tr069-adapter"
SONAR_ORG: "o-ran-sc"
SONAR_ARGS: >
-Dsonar.organization=o-ran-sc
-Dsonar.projectKey=o-ran-sc_oam-tr069-adapter
-Dsonar.verbose=true
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 9f22c5b

Please sign in to comment.