[Drone CI] git push in the build-ui step needs a -f flag.

This commit is contained in:
Fabio Manganiello 2023-10-12 02:56:38 +02:00
parent 0a13b4605e
commit 8ef67012ed
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ steps:
- git commit dist -S -m "[Automatic] Updated UI files" --no-verify
- git remote rm origin
- 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
- mv /tmp/git.config.orig $GIT_CONF