Skip to content

Commit 266f4c4

Browse files
committed
disable pipeline in gitlab
1 parent 80b5694 commit 266f4c4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.gitlab-ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)