File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ RAKE_EXIT=$?
3737# If coverage is enabled, then we need to pick up the coverage/coverage.json file
3838if [ -n " ${CI_ENABLE_COVERAGE:- } " ]; then
3939 echo " --- installing sonarscanner"
40- export SONAR_SCANNER_VERSION=4.7 .0.2747
41- export SONAR_SCANNER_HOME=$HOME /.sonar/sonar-scanner-$SONAR_SCANNER_VERSION -linux
42- curl --create-dirs -sSLo $HOME /.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION -linux.zip
40+ export SONAR_SCANNER_VERSION=6.1 .0.4477
41+ export SONAR_SCANNER_HOME=$HOME /.sonar/sonar-scanner-$SONAR_SCANNER_VERSION -linux-x64
42+ curl --create-dirs -sSLo $HOME /.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION -linux-x64 .zip
4343 unzip -o $HOME /.sonar/sonar-scanner.zip -d $HOME /.sonar/
4444 export PATH=$SONAR_SCANNER_HOME /bin:$PATH
45- export SONAR_SCANNER_OPTS=" -server"
45+ export SONAR_SCANNER_OPTS=" -server
4646
4747 # See sonar-project.properties for additional settings
4848 echo " --- running sonarscanner"
You can’t perform that action at this time.
0 commit comments