File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -58,25 +58,25 @@ package:
5858 expire_in : 1 week
5959
6060# #
61- sonar-check-develop :
62- stage : analyze
63- image : aemdesign/centos-java-buildpack:latest
64- only :
65- - develop
66- script :
67- - export PATH=/apps/maven/bin:${PATH}
68- - export PATH=/usr/lib/node_modules/yarn/bin:${PATH}
69- - mvn sonar:sonar "-Dsonar.branch.name=${CI_COMMIT_REF_NAME}" "-Dsonar.branch.target=master" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=aemdesign-github"
70-
71- sonar-check-master :
72- stage : analyze
73- image : aemdesign/centos-java-buildpack:latest
74- only :
75- - master
76- script :
77- - export PATH=/apps/maven/bin:${PATH}
78- - export PATH=/usr/lib/node_modules/yarn/bin:${PATH}
79- - mvn sonar:sonar "-Dsonar.branch.name=${CI_COMMIT_REF_NAME}" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=aemdesign-github"
61+ # sonar-check-develop:
62+ # stage: analyze
63+ # image: aemdesign/centos-java-buildpack:latest
64+ # only:
65+ # - develop
66+ # script:
67+ # - export PATH=/apps/maven/bin:${PATH}
68+ # - export PATH=/usr/lib/node_modules/yarn/bin:${PATH}
69+ # - mvn sonar:sonar "-Dsonar.branch.name=${CI_COMMIT_REF_NAME}" "-Dsonar.branch.target=master" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=aemdesign-github"
70+ #
71+ # sonar-check-master:
72+ # stage: analyze
73+ # image: aemdesign/centos-java-buildpack:latest
74+ # only:
75+ # - master
76+ # script:
77+ # - export PATH=/apps/maven/bin:${PATH}
78+ # - export PATH=/usr/lib/node_modules/yarn/bin:${PATH}
79+ # - mvn sonar:sonar "-Dsonar.branch.name=${CI_COMMIT_REF_NAME}" "-Dsonar.host.url=https://sonarcloud.io" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=aemdesign-github"
8080
8181# push-github:
8282# stage: release
You can’t perform that action at this time.
0 commit comments