Removed the -f flag from git push.

This commit is contained in:
Fabio Manganiello 2023-08-31 02:23:13 +02:00
parent 867198a092
commit 86ce2647e4
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -30,7 +30,7 @@ steps:
- git config --global --add safe.directory $PWD
- git remote add github git@github.com:/BlackLight/platypush.git
- git pull --rebase github master
- git push -f --all -v github
- git push --all -v github
- name: docs
image: alpine