trying recursive update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
93012ce08d
commit
eefae74a96
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue