From d8ec575d431d281a8927e6ee74d21880f34f832b Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 3 Apr 2024 17:33:39 +1100 Subject: [PATCH] Removed the tags fetch --- .drone.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index a953ec302..47fcbbc87 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -31,7 +31,6 @@ local custom_clone = { 'git remote add origin $DRONE_GIT_SSH_URL', 'git fetch --depth=1 origin +$DRONE_COMMIT_REF', 'git checkout $DRONE_COMMIT -b $DRONE_BRANCH', - 'git fetch --tags', 'git submodule update --init --recursive --depth=2 --jobs=4' ] };