add sub-module installation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cc81e46307
commit
f329401355
1 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue