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 da8470a commit 67b96c7Copy full SHA for 67b96c7
.gitlab-ci.yml
@@ -86,8 +86,7 @@ push-github:
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 config lfs.allowincompletepush true
90
- - git push -u github HEAD:master --force
+ - git push -u github master
91
92
#Release Maven:
93
# stage: release
0 commit comments