Clone tags within drone for proper version generation (#591)

This commit is contained in:
Thomas Boerger 2017-01-05 11:13:02 +01:00 committed by Lunny Xiao
parent 6efa80a471
commit 2d17d6bc16
2 changed files with 5 additions and 1 deletions

@ -3,6 +3,10 @@ workspace:
path: src/code.gitea.io/gitea
pipeline:
clone:
image: plugins/git
tags: true
test:
image: webhippie/golang:edge
pull: true

File diff suppressed because one or more lines are too long