forked from platypush/platypush
[Drone CI] git push in the build-ui step needs a -f flag.
This commit is contained in:
parent
0a13b4605e
commit
8ef67012ed
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ steps:
|
||||||
- git commit dist -S -m "[Automatic] Updated UI files" --no-verify
|
- git commit dist -S -m "[Automatic] Updated UI files" --no-verify
|
||||||
- git remote rm origin
|
- git remote rm origin
|
||||||
- git remote add origin git@git.platypush.tech:platypush/platypush.git
|
- git remote add origin git@git.platypush.tech:platypush/platypush.git
|
||||||
- git push origin master
|
- git push -f origin master
|
||||||
|
|
||||||
# Restore the original git configuration
|
# Restore the original git configuration
|
||||||
- mv /tmp/git.config.orig $GIT_CONF
|
- mv /tmp/git.config.orig $GIT_CONF
|
||||||
|
|
Loading…
Reference in a new issue