From b2034aa7fcaa5467fe6662d40e424eba481702d6 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 3 Sep 2023 23:02:02 +0200 Subject: [PATCH] FIX: do submodule update --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index ce7ae3c..77f1a59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,11 @@ node_selector: kubernetes.io/arch: amd64 steps: + - name: submodules + image: git + commands: + - git submodules update --init --recursive + - name: build-amd64 image: debian:bookworm-slim commands: