Fix: Remove unused Inputs. Passing the as SONAR_ARGS 90/12690/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 8 Apr 2024 23:40:46 +0000 (16:40 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 8 Apr 2024 23:40:46 +0000 (16:40 -0700)
Change-Id: Ic43ed77717bd97fe7d8ede2ea84bf3fc235cc95b
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-novote-merge.yaml

index e7e6072..01c881c 100644 (file)
@@ -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