Skip to content

Commit

Permalink
remove q gate
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuridech committed Oct 27, 2023
1 parent 0ae66c1 commit 8a23df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jacocoTestReport {
}
}


sonar {
properties {
property "sonar.projectKey", "petstore"
Expand Down

0 comments on commit 8a23df7

Please sign in to comment.