From db918e84d1e38d322e131fd7c6d5347d671dbcb6 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Mon, 4 Sep 2023 09:42:50 +0200 Subject: [PATCH] FIX: use correct git image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77f1a59..79b8728 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,9 @@ node_selector: steps: - name: submodules - image: git + image: alpine/git commands: - - git submodules update --init --recursive + - git submodule update --init --recursive - name: build-amd64 image: debian:bookworm-slim