From 09b9c875b071aef906b312b11f3cc2a9d7dc0172 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 7 Jul 2024 01:31:12 +0200 Subject: [PATCH] Add submodules support step to CI --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2a2b4e8..7f045d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,14 +2,15 @@ kind: pipeline type: docker name: continuous integration -clone: - depth: 1 - submodules: true - environment: ZIG_VERSION: 0.13.0 steps: + - name: submodules + image: ubuntu:latest + commands: + - git submodule update --init --recursive + - name: build image: ubuntu:latest commands: