From 734b765c2c0717c4fad25640d2615e8a903d0f20 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 7 Aug 2024 15:33:58 +0200 Subject: [PATCH] Remove comment about submodules --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 543da57..48ab9b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ steps: - name: git-lfs image: alpine/git commands: - # - git submodule update --init --recursive --remote - git lfs install - git lfs pull - name: build