diff --git a/.drone.yml b/.drone.yml index 3008998..6ebfb3e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,14 +13,15 @@ steps: commands: - git submodule init - git submodule update - depends_on: tags + depends_on: + - tags - name: lint image: golangci/golangci-lint:latest commands: - make lint depends_on: - - submodule + - submodules - name: test image: golang:latest