fix: tell git to merge

This commit is contained in:
f 2023-04-24 10:53:39 -03:00
parent ba615a843b
commit f580592b7e

View file

@ -10,6 +10,7 @@ pipeline:
- "echo \"[gitea.nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP\" >> ~/.ssh/known_hosts"
- "eval $(ssh-agent -s)"
- "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -"
- "git config pull.rebase false"
- "git config user.name Woodpecker"
- "git config user.email ci@nulo.in"
- "git remote add nulo ssh://_gitea@gitea.nulo.in:420/Sutty/gems.git"