From eefae74a96b3facda5b96dc632388471944fd149 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 12 Jul 2020 01:19:03 -0700 Subject: [PATCH] trying recursive update --- .drone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c79be0f..a2a0ccf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,15 +4,14 @@ name: default pipeline: clone: - image: plugins/git - recursive: true - + image: alpine/git + commands: + - git submodule update --recursive --init + build: image: cbrgm/drone-hugo:latest validate: true url: http://moonside.games/docs/encompass - commands: - - git submodule update --init --recursive deploy: image: drillster/drone-rsync