1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 21:18:21 +00:00

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

(cherry picked from commit 2d17d6bc16)
This commit is contained in:
Thomas Boerger
2017-01-05 12:34:59 +01:00
committed by Lunny Xiao
parent 807c64800c
commit 3a8c792303
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