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