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 328b8e3 commit 9b4e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 9b4e72d

Please sign in to comment.