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