summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-01-05 11:13:02 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-01-05 18:13:02 +0800
commit2d17d6bc16f36c108654affdd5657c4ebbed6cda (patch)
tree9dd127c36dafd5d2332150fbf12accc06af8a513 /.drone.yml
parent6efa80a47120d0f22dcc0a9b2dd0d6205417d8ce (diff)
downloadgitea-2d17d6bc16f36c108654affdd5657c4ebbed6cda.tar.gz
gitea-2d17d6bc16f36c108654affdd5657c4ebbed6cda.zip
Clone tags within drone for proper version generation (#591)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 12c53d60c3..260ffece50 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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