forked from platypush/platypush
Removed the -f flag from git push.
This commit is contained in:
parent
867198a092
commit
86ce2647e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue