diff --git a/.drone.yml b/.drone.yml index 6cc39a3..d89da3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,15 @@ kind: pipeline name: default +clone: + recursive: true + steps: - - name: submodule - image: alpine:git - commands: - - git submodule init - - git submodule update + # - name: submodule + # image: alpine:git + # commands: + # - git submodule init + # - git submodule update - name: build image: eumau/drone-plugin-make