Skip to content

Commit

Permalink
Testing QA
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-vinot-sonarsource committed Jul 12, 2024
1 parent 9b4e72d commit 29d88e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fi

debug_flag=''
if [[ "$RUNNER_DEBUG" == '1' ]]; then
debug_flag=' --debug '
debug_flag='yes'
fi

unset JAVA_HOME
sonar-scanner "${debug_flag}" -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" -Dsonar.host.url="${SONARCLOUD_URL}" ${INPUT_ARGS}
sonar-scanner ${debug_flag:+" --debug "} -Dsonar.projectBaseDir="${INPUT_PROJECTBASEDIR}" -Dsonar.host.url="${SONARCLOUD_URL}" ${INPUT_ARGS}

0 comments on commit 29d88e0

Please sign in to comment.