You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2021/03/03 04:54:20 UTC

[servicecomb-pack] branch master updated: SCB-2203 Remove SonarScanner

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 5682839  SCB-2203 Remove SonarScanner
5682839 is described below

commit 56828396685d55c580b5b410f19b80530902e696
Author: zhanglei <zh...@apache.org>
AuthorDate: Wed Mar 3 10:21:34 2021 +0800

    SCB-2203 Remove SonarScanner
    
    Sonarcloud.io nonsupport JDK1.8 after 1 February 2021
---
 scripts/test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/test.sh b/scripts/test.sh
index 0d8f450..bc9cdf7 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -25,7 +25,7 @@ else
   echo "TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
   if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
     echo "Not a pull request build, running build with sonar"
-    mvn clean install -B -Pjacoco -Pdocker coveralls:report sonar:sonar -Dsonar.projectKey=servicecomb-pack \
+    mvn clean install -B -Pjacoco -Pdocker coveralls:report \
       && mvn clean verify -B -f demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs \
       && mvn clean verify -B -f acceptance-tests -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
   else
@@ -34,4 +34,4 @@ else
       && mvn clean verify -B -f demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs \
       && mvn clean verify -B -f acceptance-tests -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
   fi;
-fi
\ No newline at end of file
+fi