drone fetch git tags

This commit is contained in:
Marvin Steadfast 2020-04-17 13:20:41 +02:00
parent 46d2c7abfc
commit 65b6e2436e

View File

@ -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: