Skip to content

Commit

Permalink
Force unzip without prompt in sonar scanner installation when files a…
Browse files Browse the repository at this point in the history
…lready exist (#163)
  • Loading branch information
blgnksy authored Dec 16, 2024
1 parent d1fd0eb commit ea0362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-sonar-scanner-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
exit 1
fi

unzip -q $SCANNER_FILE_NAME
unzip -q -o $SCANNER_FILE_NAME

# 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

0 comments on commit ea0362b

Please sign in to comment.