This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new def6e6b158 [Fix](Sonar)sonar not working due to changing thrift code
generation method (#21870)
def6e6b158 is described below
commit def6e6b1584cc186f1fa51e7a05c4be77fb3575b
Author: Calvin Kirs <[email protected]>
AuthorDate: Mon Jul 17 15:38:46 2023 +0800
[Fix](Sonar)sonar not working due to changing thrift code generation method
(#21870)
---
.github/workflows/sonarcloud.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 0a17112b53..c02be43c0d 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -61,5 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
+ sh generated-source.sh
cd fe
mvn --batch-mode verify sonar:sonar -DskipTests
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-doris -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]