ci: fixes depends_on error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2ec11bfd5f
commit
1e1332eb20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user