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: commands:
- git submodule init - git submodule init
- git submodule update - git submodule update
depends_on: tags depends_on:
- tags
- name: lint - name: lint
image: golangci/golangci-lint:latest image: golangci/golangci-lint:latest
commands: commands:
- make lint - make lint
depends_on: depends_on:
- submodule - submodules
- name: test - name: test
image: golang:latest image: golang:latest