Removed the -f flag from git push.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabio Manganiello 2023-08-31 02:23:13 +02:00
parent 867198a092
commit 86ce2647e4
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

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