Skip to content

Commit 7aa9dfa

Browse files
committed
curl parameter fix
1 parent 1ad4362 commit 7aa9dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
https://api.github.com/repos/SonarSource/sonar-scanner-cli/releases/latest 2>/dev/null \
5454
| grep "tag_name" \
5555
| cut -d\" -f4)
56-
curl -sS -o "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip"
56+
curl -sS -O "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip"
5757
unzip -q "sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip" -d "/tmp" || echo
5858
echo "sonar.host.url=https://sonarcloud.io" >> /tmp/sonar-scanner-*/conf/sonar-scanner.properties
5959
mkdir /tmp/sonar-cache

0 commit comments

Comments
 (0)