Browse Source

chore: remove sonar manual step

Lucas Severo Alves 4 years ago
parent
commit
3fc5aa913b
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .github/workflows/ci.yml

+ 0 - 7
.github/workflows/ci.yml

@@ -178,13 +178,6 @@ jobs:
           export KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true
           make test
 
-      - name: SonarCloud Scans
-        if: env.SONAR_TOKEN != ''
-        uses: SonarSource/sonarcloud-github-action@master
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
-
 
   publish-artifacts:
     runs-on: ubuntu-18.04