File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments