drone fetch git tags

master
Marvin Steadfast 4 years ago
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…
Cancel
Save