make sure it is waiting for things to finish
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-07-03 18:01:01 -07:00
parent 4071bae2ce
commit dee7a1cacd
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 --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;"
- "google-chrome --headless --enable-logging=stderr -v=1 --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --virtual-time-budget=20000 --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/;"
- chmod 644 ./John-Shaver-Resume-2021.pdf
- name: deploy
image: drillster/drone-rsync