From f3294013552bd19fd5b9d292b299bf6277b0e6d9 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Sun, 20 Jun 2021 22:22:57 -0700 Subject: [PATCH] add sub-module installation --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5045994..67b1f39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,10 @@ trigger: - push steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote - name: build-resume image: jshaver/root-browserless-chrome commands: @@ -27,7 +31,6 @@ steps: target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume prescript: - mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume - - ls -lR dep recursive: true args: - "--files-from=deploy-list.txt" @@ -51,6 +54,10 @@ trigger: - push steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote - name: build-resume image: jshaver/root-browserless-chrome commands: