diff --git a/.drone.yml b/.drone.yml index 73bcc59..4e4ff6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline name: default type: docker steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: blog image: plugins/docker settings: