ci: fixes depends_on error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marvin Steadfast 2021-04-16 14:26:44 +02:00
parent 2ec11bfd5f
commit 1e1332eb20

View File

@ -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