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

New commits:
commit 340b2ad8d492635387d6094e3915cb349aa99d39
Author:     Andras Timar <[email protected]>
AuthorDate: Wed Oct 9 08:54:24 2019 +0200
Commit:     Andras Timar <[email protected]>
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 #####
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to