From 719b27b9e47e21888a8fb8cc23605cbeed732c68 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 4 Oct 2024 12:05:08 +0200 Subject: [PATCH] .drone.yml --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 808fb3b..5df0fdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,10 @@ platform: arch: arm64 steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build image: docker:dind privileged: true