drone fetch git tags
This commit is contained in:
parent
46d2c7abfc
commit
65b6e2436e
@ -5,6 +5,11 @@ type: docker
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: fetch
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git fetch --tags
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: golangci/golangci-lint:v1.24-alpine
|
image: golangci/golangci-lint:v1.24-alpine
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user