You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/05/11 02:28:57 UTC

[shardingsphere] branch master updated: Remove : remove an useless param for sonar (#25568)

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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 837d8d160db Remove : remove an useless param for sonar (#25568)
837d8d160db is described below

commit 837d8d160db78f1735c01109bbadf2f45cf0b09d
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Thu May 11 10:28:49 2023 +0800

    Remove : remove an useless param for sonar (#25568)
    
    Co-authored-by: shardingsphere <de...@shardingsphere.apache.org>
---
 .github/workflows/check-sonarcloud.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/check-sonarcloud.yml b/.github/workflows/check-sonarcloud.yml
index ceb1f419e3d..95bd3e9d736 100644
--- a/.github/workflows/check-sonarcloud.yml
+++ b/.github/workflows/check-sonarcloud.yml
@@ -69,7 +69,6 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
         run: ./mvnw clean sonar:sonar \
-              -Dsonar.host.url=https://sonarcloud.io \
               -Dsonar.organization=apache \
               -Dsonar.projectKey=apache_shardingsphere \
               -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \