diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 7c5ca31b5..3aef30ac5 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -23,17 +23,6 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - # If you wish to fail your job when the Quality Gate is red, uncomment the - # following lines. This would typically be used to fail a deployment. - # - uses: sonarsource/sonarqube-quality-gate-action@master - # timeout-minutes: 5 - # env: - # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Setup gcloud CLI - uses: google-github-actions/setup-gcloud@v0