diff --git a/.drone.yml b/.drone.yml index 18e28cc..e3ab086 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline name: default steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: test image: alpine:3 commands: