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
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
- name: build-resume
|
- name: build-resume
|
||||||
image: jshaver/root-browserless-chrome
|
image: jshaver/root-browserless-chrome
|
||||||
commands:
|
commands:
|
||||||
|
@ -27,7 +31,6 @@ steps:
|
||||||
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
||||||
prescript:
|
prescript:
|
||||||
- mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
- mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
|
||||||
- ls -lR dep
|
|
||||||
recursive: true
|
recursive: true
|
||||||
args:
|
args:
|
||||||
- "--files-from=deploy-list.txt"
|
- "--files-from=deploy-list.txt"
|
||||||
|
@ -51,6 +54,10 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
- name: build-resume
|
- name: build-resume
|
||||||
image: jshaver/root-browserless-chrome
|
image: jshaver/root-browserless-chrome
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue