1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

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

View File

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