enable verbose logging when building resume
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-07-03 15:40:01 -07:00
parent a9b9612254
commit 4071bae2ce
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
commands:
- git submodule init
- git submodule update --recursive --remote
- "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;"
- "google-chrome --headless --enable-logging=stderr -v=1 --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;"
- chmod 644 ./John-Shaver-Resume-2021.pdf
- name: deploy
image: drillster/drone-rsync