This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 04b38f0 INFRA-22713: revert automated reporting via SonarQube 04b38f0 is described below commit 04b38f08fa9f235ff046e1b7b55a5fdfc72a6458 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Tue Jan 11 16:16:03 2022 +0100 INFRA-22713: revert automated reporting via SonarQube --- .github/workflows/master-pr-build.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml index 54e8e58..e403985 100644 --- a/.github/workflows/master-pr-build.yml +++ b/.github/workflows/master-pr-build.yml @@ -21,10 +21,7 @@ on: pull_request: branches: - main -env: - GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}' - SONARCLOUD_TOKEN: '${{ secrets.SONARCLOUD_TOKEN }}' + jobs: checkstyle: runs-on: ubuntu-latest @@ -63,10 +60,5 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Cache SonarCloud packages - uses: actions/cache@v2 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonar - name: maven build - run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Pfastinstall -Dcheckstyle.skip=true -DskipTests -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_camel install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar + run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Pfastinstall -Dcheckstyle.skip=true -DskipTests install