We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeca50 commit a802a53Copy full SHA for a802a53
.circleci/config.yml
@@ -30,28 +30,7 @@ jobs:
30
paths:
31
- .m2
32
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
49
workflows:
50
51
- jobs:
52
- - sonarqube:
53
- context:
54
- - sonarqube
55
56
test:
57
jobs:
0 commit comments