OCMP-0 fix sytnx error
This commit is contained in:
parent
a6dcbb06b1
commit
b17516742c
@ -57,7 +57,7 @@ unzip -q $SCANNER_FILE_NAME
|
|||||||
|
|
||||||
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
||||||
sed -i "s/use_embedded_jre=true/use_embedded_jre=false/g" sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR/bin/sonar-scanner
|
sed -i "s/use_embedded_jre=true/use_embedded_jre=false/g" sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR/bin/sonar-scanner
|
||||||
end
|
fi
|
||||||
|
|
||||||
# Folder name should correspond to the directory cached by the actions/cache
|
# Folder name should correspond to the directory cached by the actions/cache
|
||||||
mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH
|
mv sonar-scanner-$INPUT_SCANNERVERSION-$FLAVOR $RUNNER_TEMP/sonar-scanner-cli-$INPUT_SCANNERVERSION-$RUNNER_OS-$RUNNER_ARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user