Always rebase when pulling from the Github remote.

This commit is contained in:
Fabio Manganiello 2023-08-31 02:11:50 +02:00
parent e6b5abe909
commit ee955882bf
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -29,7 +29,7 @@ steps:
- ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null
- git config --global --add safe.directory $PWD
- git remote add github git@github.com:/BlackLight/platypush.git
- git pull github master
- git pull --rebase github master
- git push --all -v github
- name: docs