From 93ae0e16078f3e0ef78fd3cb717ca65b4a269e43 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 31 Jan 2023 13:47:58 -0500 Subject: [PATCH] I need to clone my theme submodule --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 18e28cc..e3ab086 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline name: default steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: test image: alpine:3 commands: