Skip to content

Commit

Permalink
Added tags pull step to drone config to show correct version hashes (#…
Browse files Browse the repository at this point in the history
…6839)

Backport #6836
  • Loading branch information
techknowlogick authored and zeripath committed May 3, 2019
1 parent 74eee64 commit 6b29a6b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b29a6b

Please sign in to comment.