From 56d7fd04f77c3524ec1b92c6fd549faf2856df50 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 11 Dec 2024 14:39:12 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Optimisation=20de=20la=20r=C3=A9cup?= =?UTF-8?q?=C3=A9ration=20des=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 265c115..df9a548 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: - name: clone image: alpine/git commands: - - git clone --recursive $DRONE_REPO_LINK . + - git clone --depth 1 --recursive $DRONE_REPO_LINK . # volumes: # - name: source # path: /drone/src/ @@ -130,7 +130,7 @@ steps: - name: clone image: alpine/git commands: - - git clone --recursive $DRONE_REPO_LINK . + - git clone --depth 1 --recursive $DRONE_REPO_LINK . # volumes: # - name: source # path: /drone/src/