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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user