diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-01-05 11:13:02 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-05 18:13:02 +0800 |
commit | 2d17d6bc16f36c108654affdd5657c4ebbed6cda (patch) | |
tree | 9dd127c36dafd5d2332150fbf12accc06af8a513 /.drone.yml | |
parent | 6efa80a47120d0f22dcc0a9b2dd0d6205417d8ce (diff) | |
download | gitea-2d17d6bc16f36c108654affdd5657c4ebbed6cda.tar.gz gitea-2d17d6bc16f36c108654affdd5657c4ebbed6cda.zip |
Clone tags within drone for proper version generation (#591)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
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 |