[Libreoffice-commits] online.git: docker/l10n-docker-nightly.sh

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 06:55:24 UTC 2019


 docker/l10n-docker-nightly.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 340b2ad8d492635387d6094e3915cb349aa99d39
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Oct 9 08:54:24 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Oct 9 08:54:24 2019 +0200

    docker: run git clean before git pull
    
    Fixes:
    https://ci.libreoffice.org/job/lo_online_docker_master/118/console
    
    Change-Id: Ib7f228cdbb191f0a397849fb6adf20b37591c1c1

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 1015b24f6..4d11097b1 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -65,7 +65,7 @@ if test ! -d online ; then
     git clone https://git.libreoffice.org/online online || exit 1
 fi
 
-( cd online && git fetch --all && git checkout -f $LIBREOFFICE_BRANCH && git pull -r ) || exit 1
+( cd online && git fetch --all && git checkout -f $LIBREOFFICE_BRANCH && git clean -f -f -d && git pull -r ) || exit 1
 
 ##### LibreOffice #####
 


More information about the Libreoffice-commits mailing list