Skip to content

Commit 97c55f9

Browse files
abiydvclareliguori
authored andcommitted
Updating the sonar scanner url
The existing url does not work, changed to the one that now works.
1 parent 79d88f9 commit 97c55f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildspecs/sonarqube.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88
phases:
99
install:
1010
commands:
11-
- wget https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.0.3.778-linux.zip
12-
- unzip sonar-scanner-cli-3.0.3.778-linux.zip
13-
- export PATH=$PATH:./sonar-scanner-3.0.3.778-linux/bin/
11+
- wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.3.0.1492-linux.zip
12+
- unzip sonar-scanner-cli-3.3.0.1492-linux.zip
13+
- export PATH=$PATH:./sonar-scanner-cli-3.3.0.1492-linux/bin/
1414
build:
1515
commands:
1616
- sonar-scanner

0 commit comments

Comments
 (0)