diff --git a/.drone.yml b/.drone.yml index 734eefe..ef7b759 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ platform: os: linux steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build image image: plugins/docker settings: