From fdb33296b105607f02c882c7e252060ebf61e2e2 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 13:03:36 +0200 Subject: [PATCH] dont do submodule init --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b0bb05a..366bf0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,5 @@ steps: commands: - apt update - apt install git --yes - - git submodule init - git submodule update --recursive --remote - ./build.sh