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