Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Switch to normal git pull from --rebase in finish-release
Browse files Browse the repository at this point in the history
  • Loading branch information
obitech committed Sep 11, 2019
1 parent c96fb7c commit eec6e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ finish-release: check-env check-api-key
git branch -D prepare_$(VER)
git merge --ff master
rm -f TAGMESSAGE
git pull --rebase
git pull
python3 tests/scripts/protect-un-protect.py dev
git push origin dev
python3 tests/scripts/protect-un-protect.py dev
Expand Down

0 comments on commit eec6e49

Please sign in to comment.