From b17516742cfd53e0d5ff6cbabb6fad6ac3ed259b Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Tue, 25 Feb 2025 14:32:40 +0100 Subject: [PATCH] OCMP-0 fix sytnx error --- install-sonar-scanner-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-sonar-scanner-cli.sh b/install-sonar-scanner-cli.sh index d61631f..46330c2 100755 --- a/install-sonar-scanner-cli.sh +++ b/install-sonar-scanner-cli.sh @@ -57,7 +57,7 @@ unzip -q $SCANNER_FILE_NAME 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 -end +fi # 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