Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Mar 30, 2024
1 parent 0918d5d commit d3c97e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-golang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
${{ steps.sonar-restore-cache.outputs.cache-hit != 'true' }} && \
curl -L -o sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip && \
unzip -q -o sonar-scanner.zip -d /opt && \
mv /opt/sonar-scanner-5.0.1.3006-linux /opt/sonar-scanner
mv /opt/sonar-scanner-5.0.1.3006-linux/* /opt/sonar-scanner
tree /opt/sonar-scanner
shell: bash

Expand Down

0 comments on commit d3c97e4

Please sign in to comment.