trying recursive update
continuous-integration/drone/push Build is passing Details

pull/1/head
Evan Hemsley 2020-07-12 01:19:03 -07:00
parent 93012ce08d
commit eefae74a96
1 changed files with 4 additions and 5 deletions

View File

@ -4,15 +4,14 @@ name: default
pipeline: pipeline:
clone: clone:
image: plugins/git image: alpine/git
recursive: true commands:
- git submodule update --recursive --init
build: build:
image: cbrgm/drone-hugo:latest image: cbrgm/drone-hugo:latest
validate: true validate: true
url: http://moonside.games/docs/encompass url: http://moonside.games/docs/encompass
commands:
- git submodule update --init --recursive
deploy: deploy:
image: drillster/drone-rsync image: drillster/drone-rsync