File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -74,22 +74,22 @@ jobs:
7474 </toolchain>
7575 </toolchains>
7676 EOF
77- - name : Cache SonarCloud packages
78- uses : actions/cache@v4
79- with :
80- path : ~/.sonar/cache
81- key : ${{ runner.os }}-sonar
82- restore-keys : ${{ runner.os }}-sonar
83- - name : Update sonar config
84- run : |
85- sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-jdbc\2|' \
86- -e 's|^\(.*<sonar.organization>\).*\(</sonar.organization>\)$|\1clickhouse-java\2|' pom.xml
87- if : github.repository_owner == 'ClickHouse'
88- - name : Build and install
89- run : |
90- find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
91- mvn -q --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
92- -DskipTests install
77+ # - name: Cache SonarCloud packages
78+ # uses: actions/cache@v4
79+ # with:
80+ # path: ~/.sonar/cache
81+ # key: ${{ runner.os }}-sonar
82+ # restore-keys: ${{ runner.os }}-sonar
83+ # - name: Update sonar config
84+ # run: |
85+ # sed -i -e 's|^\(.*<sonar.projectKey>\).*\(</sonar.projectKey>\)$|\1ClickHouse_clickhouse-jdbc\2|' \
86+ # -e 's|^\(.*<sonar.organization>\).*\(</sonar.organization>\)$|\1clickhouse-java\2|' pom.xml
87+ # if: github.repository_owner == 'ClickHouse'
88+ # - name: Build and install
89+ # run: |
90+ # find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
91+ # mvn -q --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
92+ # -DskipTests install
9393 - name : Analyze
9494 env :
9595 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
You can’t perform that action at this time.
0 commit comments