docker/l10n-docker-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4bfdda1068042b849b640dde882e9af395ba5fe1 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Mon Jan 28 10:10:34 2019 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> CommitDate: Mon Jan 28 10:10:34 2019 +0100 docker: Ignore errors when deleting instdir Building in docker, this is a volume which is undeletable Change-Id: I08c4fd87b1d7ca146f5d91c2cd26675191bd6047 diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh index 5f8069a1e..2f05863d6 100755 --- a/docker/l10n-docker-nightly.sh +++ b/docker/l10n-docker-nightly.sh @@ -49,7 +49,7 @@ BUILDDIR="$SRCDIR/builddir" mkdir -p "$BUILDDIR" cd "$BUILDDIR" -rm -rf "$INSTDIR" +rm -rf "$INSTDIR" || true mkdir -p "$INSTDIR" ##### cloning & updating ##### _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits