Drone CI: fetch tags

This commit is contained in:
David Prevot 2022-06-28 14:26:48 +02:00
parent e14ab10562
commit f13c6404fd
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ kind: pipeline
name: default
steps:
- name: fetch
image: alpine/git
commands:
- git fetch --tags
- name: build debian package
image: evolix/gbp:latest
branches: