Skip to content

Commit 67b96c7

Browse files
committed
remove force for push to github
1 parent da8470a commit 67b96c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ push-github:
8686
script:
8787
- git remote add github https://aemdesign:${GITHUB_TOKEN}@github.com/aem-design/aemdesign-aem-core.git
8888
- 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
89+
- git push -u github master
9190

9291
#Release Maven:
9392
# stage: release

0 commit comments

Comments
 (0)