mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-01-30 16:33:24 +03:00
Revert "SQSCANGHA-28 Support passing args with spaces"
This reverts commit 16be80a080.
This commit is contained in:
committed by
csaba-feher-sonarsource
parent
e56fc172a4
commit
540792c588
@@ -32,6 +32,5 @@ fi
|
||||
|
||||
unset JAVA_HOME
|
||||
|
||||
eval "args=(${INPUT_ARGS})"
|
||||
sonar-scanner $debug_flag "-Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR}" "${args[@]}"
|
||||
sonar-scanner $debug_flag -Dsonar.projectBaseDir=${INPUT_PROJECTBASEDIR} ${INPUT_ARGS}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user