diff --git a/.drone.yml b/.drone.yml index 9c0c56a..76737c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: build steps: + - name: submodules + image: docker:git + commands: + - git submodule update --recursive --remote + - name: docker image: plugins/docker settings: