mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
droplets: Always rebase instead of merge during git pull.
This commit is contained in:
parent
3828305305
commit
75601f660d
@ -115,6 +115,7 @@ def set_user_data(username, userkeys):
|
||||
runcmd:
|
||||
- su -c 'cd /home/zulipdev/zulip && {2} https://github.com/{0}/zulip.git && git fetch origin' zulipdev
|
||||
- su -c 'git config --global core.editor nano' zulipdev
|
||||
- su -c 'git config --global pull.rebase true' zulipdev
|
||||
power_state:
|
||||
mode: reboot
|
||||
condition: True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user