From 9b4e72d803a3cd979094f2831132290ece6b8971 Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Fri, 12 Jul 2024 08:28:57 +0200 Subject: [PATCH] Testing QA --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 64dd0ab..89d173d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,4 +27,4 @@ if [[ "$RUNNER_DEBUG" == '1' ]]; then fi unset JAVA_HOME -sonar-scanner "$debug_flag" -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" -Dsonar.host.url="${SONARCLOUD_URL}" ${INPUT_ARGS} +sonar-scanner "${debug_flag}" -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" -Dsonar.host.url="${SONARCLOUD_URL}" ${INPUT_ARGS}