only init modules once
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-06-22 11:55:21 -07:00
parent 0a6fa7499d
commit ad335e347c
2 changed files with 0 additions and 8 deletions

View File

@ -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"

View File

@ -2,4 +2,3 @@
./style.css
index.html
./John-Shaver-Resume-2021.pdf
blarg.touched