only init modules once
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
0a6fa7499d
commit
ad335e347c
2 changed files with 0 additions and 8 deletions
|
@ -15,8 +15,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- sleep 3
|
|
||||||
- touch "blarg.touched"
|
|
||||||
- "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 --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
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
|
@ -37,8 +35,6 @@ services:
|
||||||
- name: resume-server
|
- name: resume-server
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
|
||||||
- git submodule update --recursive --remote
|
|
||||||
- "npx http-server"
|
- "npx http-server"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -63,7 +59,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- 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;"
|
- "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
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
|
@ -82,7 +77,5 @@ services:
|
||||||
- name: resume-server
|
- name: resume-server
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
|
||||||
- git submodule update --recursive --remote
|
|
||||||
- "npx http-server"
|
- "npx http-server"
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
./style.css
|
./style.css
|
||||||
index.html
|
index.html
|
||||||
./John-Shaver-Resume-2021.pdf
|
./John-Shaver-Resume-2021.pdf
|
||||||
blarg.touched
|
|
||||||
|
|
Loading…
Reference in a new issue