Skip to content

Commit 80b5694

Browse files
committed
disable sync to github
1 parent 74ccf92 commit 80b5694

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ sonar-check-master:
7878
- export PATH=/usr/lib/node_modules/yarn/bin:${PATH}
7979
- 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

81-
push-github:
82-
stage: release
83-
image: aemdesign/centos-java-buildpack:latest
84-
only:
85-
- master
86-
script:
87-
- git remote add github https://aemdesign:${GITHUB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
88-
- git remote set-url github https://aemdesign:${GITHUB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
89-
- git push -u github master
81+
#push-github:
82+
# stage: release
83+
# image: aemdesign/centos-java-buildpack:latest
84+
# only:
85+
# - master
86+
# script:
87+
# - git remote add github https://aemdesign:${GITHUB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
88+
# - git remote set-url github https://aemdesign:${GITHUB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
89+
# - git push -u github master
9090

9191
#Release Maven:
9292
# stage: release

0 commit comments

Comments
 (0)