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