add --no-sandbox
continuous-integration/drone/push Build was killed Details

This commit is contained in:
John Shaver 2021-06-18 22:07:16 -07:00
parent cfab74acba
commit 4aefd44710
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ steps:
image: browserless/chrome
commands:
- "sleep 6"
- "google-chrome --headless --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 --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;"
- name: deploy
image: drillster/drone-rsync
settings:
@ -66,3 +66,9 @@ steps:
recursive: true
args:
- "--files-from=deploy-list.txt"
services:
- name: resume-server
image: node
commands:
- "npx http-server"