Added tags pull step to drone config to show correct version hashes (#6839)

Backport #6836
This commit is contained in:
techknowlogick 2019-05-03 01:18:04 -04:00 committed by zeripath
parent 74eee64b57
commit 6b29a6b6f2
1 changed files with 5 additions and 6 deletions

View File

@ -2,13 +2,12 @@ workspace:
base: /go
path: src/code.gitea.io/gitea
clone:
git:
image: plugins/git:next
depth: 50
tags: true
pipeline:
fetch-tags:
image: docker:git
commands:
- git fetch --tags --force
download_translations:
image: jonasfranz/crowdin
pull: true