init submodules
continuous-integration/drone/push Build is failing Details

This commit is contained in:
John Shaver 2021-06-22 11:50:11 -07:00
parent 8e92bcdbc3
commit 0a6fa7499d
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ steps:
- name: build-resume
image: jshaver/root-browserless-chrome
commands:
- git submodule init
- git submodule update --recursive --remote
- sleep 3
- touch "blarg.touched"
@ -36,6 +37,7 @@ services:
- name: resume-server
image: node
commands:
- git submodule init
- git submodule update --recursive --remote
- "npx http-server"
@ -59,6 +61,7 @@ steps:
- name: build-resume
image: jshaver/root-browserless-chrome
commands:
- git submodule init
- git submodule update --recursive --remote
- sleep 3
- "google-chrome --headless --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/ --virtual-time-budget=10000;"
@ -79,6 +82,7 @@ services:
- name: resume-server
image: node
commands:
- git submodule init
- git submodule update --recursive --remote
- "npx http-server"