summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-10-09 08:54:24 +0200
committerAndras Timar <andras.timar@collabora.com>2019-10-09 08:54:24 +0200
commit340b2ad8d492635387d6094e3915cb349aa99d39 (patch)
treeef20d535676b054c6ede333f3d62b26b908be0eb /docker
parentloleaflet: avoid to show broken icon in the mobile wizard (diff)
downloadonline-340b2ad8d492635387d6094e3915cb349aa99d39.tar.gz
online-340b2ad8d492635387d6094e3915cb349aa99d39.zip
docker: run git clean before git pull
Fixes: https://ci.libreoffice.org/job/lo_online_docker_master/118/console Change-Id: Ib7f228cdbb191f0a397849fb6adf20b37591c1c1
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/l10n-docker-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 1015b24f6f..4d11097b11 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 #####