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 f13482a commit a45fa92Copy full SHA for a45fa92
.gitlab-ci.yml
@@ -86,6 +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
91
92
#Release Maven:
0 commit comments