From 8ef67012ed27f4e972f1bf4a53eb03d924e59728 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 12 Oct 2023 02:56:38 +0200 Subject: [PATCH] [Drone CI] git push in the build-ui step needs a -f flag. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4dfecb9..c5561083 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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