From 2a1de2e0f9e9e9a54c5360e9ce606624545dff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Mon, 11 Nov 2024 15:47:51 -0500 Subject: [PATCH] drop GIT_STRATEGY: clone for lektor builds no reason this is needed anymore, and it should help make some builds a bit faster since a few repos are getting big (eg. blog) --- lektor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lektor.yml b/lektor.yml index e98b989..5bd21f3 100644 --- a/lektor.yml +++ b/lektor.yml @@ -8,7 +8,6 @@ include: .lektor: image: containers.torproject.org/tpo/tpa/base-images/python:bookworm variables: - GIT_STRATEGY: clone GIT_SUBMODULE_STRATEGY: recursive PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" cache: -- GitLab