diff --git a/.drone.yml b/.drone.yml index e24d0c3..32d4e77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,10 @@ steps: - senpai commands: - sed -i '$s/$/,latest/' .tags +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build-image image: plugins/docker settings: