add sub-module installation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-06-20 22:22:57 -07:00
parent cc81e46307
commit f329401355
1 changed files with 8 additions and 1 deletions

View File

@ -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: