Skip to content

Commit a802a53

Browse files
authored
infra: remove sonarqube from config.yml until #1046
1 parent adeca50 commit a802a53

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,7 @@ jobs:
3030
paths:
3131
- .m2
3232

33-
sonarqube:
34-
resource_class: small
35-
docker:
36-
- image: checkstyle/jdk-11-groovy-git-mvn:11.0.13__3.0.9__2.25.1__3.6.3
37-
38-
steps:
39-
- checkout
40-
- run: apt-get install -y jq
41-
- run:
42-
name: Run sonarqube
43-
command: |
44-
export PR_NUMBER=$CIRCLE_PR_NUMBER
45-
export PR_BRANCH_NAME=$CIRCLE_BRANCH
46-
export SONAR_API_TOKEN=$SONAR_TOKEN
47-
./.ci/validation.sh sonarqube
48-
4933
workflows:
50-
sonarqube:
51-
jobs:
52-
- sonarqube:
53-
context:
54-
- sonarqube
5534

5635
test:
5736
jobs:

0 commit comments

Comments
 (0)