Skip to content

Commit

Permalink
added --allow-unrelated-histories
Browse files Browse the repository at this point in the history
  • Loading branch information
nchantarotwong authored Jan 27, 2022
1 parent de87b21 commit 9cb8090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo
set -o xtrace

# Do the merge
git merge --no-ff --no-edit $INPUT_FROM_BRANCH
git merge --no-ff --no-edit $INPUT_FROM_BRANCH --allow-unrelated-histories

# Push the branch
git push --force origin $INPUT_TO_BRANCH

0 comments on commit 9cb8090

Please sign in to comment.