From a7076407bb453301b9062448b5fae1880f522494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 27 Nov 2025 20:12:37 +0100 Subject: [PATCH] =?UTF-8?q?--shallow-since=3D"1=20month=20ago"=20dzia?= =?UTF-8?q?=C5=82a=20tak=20samo=20jak=20--shallow-since=3D"2025-01-27"=20?= =?UTF-8?q?=E2=80=94=20Git=20samrect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-this/update-from-git.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index 5972b30..6e1be18 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -34,7 +34,7 @@ pipeline { } } else { sh """ - git clone --shallow-since="1 year ago" https://${GIT_USER}:${GIT_PASS}@git.arti24.eu/arti24/${project}.git ${project} + git clone --shallow-since="1 month ago" https://${GIT_USER}:${GIT_PASS}@git.arti24.eu/arti24/${project}.git ${project} """ } }