From: Jessica Wagantall Date: Mon, 8 Apr 2024 23:40:46 +0000 (-0700) Subject: Fix: Remove unused Inputs. Passing the as SONAR_ARGS X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4d3a7263fb45257cd6ffe74e14ada02a112be9ec;p=com%2Fgolog.git Fix: Remove unused Inputs. Passing the as SONAR_ARGS Change-Id: Ic43ed77717bd97fe7d8ede2ea84bf3fc235cc95b Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index e7e6072..01c881c 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -87,9 +87,9 @@ jobs: JDK_VERSION: "17" # yamllint disable-line rule:line-length PRE_BUILD_SCRIPT_URL: "https://raw.githubusercontent.com/o-ran-sc/ci-management/master/jjb/com-golog/prescan-golog-go-ubuntu.sh" - SONAR_PROJECT_KEY: "o-ran-sc_com-golog" - SONAR_ORG: "o-ran-sc" SONAR_ARGS: > + -Dsonar.organization=o-ran-sc + -Dsonar.projectKey=o-ran-sc_com-golog -Dsonar.projectName=com-golog -Dsonar.build.sourceEncoding=UTF-8 -Dsonar.language=go