From 8a23df75c8c01bc88ceb0ba3817983226621fd7d Mon Sep 17 00:00:00 2001 From: bhuridech Date: Fri, 27 Oct 2023 16:29:53 +0700 Subject: [PATCH] remove q gate --- .github/workflows/cicd.yml | 7 ------- build.gradle | 1 - 2 files changed, 8 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 092e700..7a91658 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,13 +39,6 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} run: ./gradlew build sonar --info - # 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 }} - build-and-push-docker-image: name: Build Docker image and push to repositories runs-on: ubuntu-latest diff --git a/build.gradle b/build.gradle index 686882e..d29ab42 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,6 @@ jacocoTestReport { } } - sonar { properties { property "sonar.projectKey", "petstore"