diff --git a/.drone.yml b/.drone.yml index 2a73e00..67b1cef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,12 @@ type: docker name: default steps: +- name: Fetch Submodules + image: alpine/git + commands: + - git submodule update --init --recursive --depth=1 --remote + - name: Testing image: ubuntu:bionic commands: - - git submodule update --recursive --depth=1 --remote - ./test.sh