From 56d8aa28013d6d8b064bd3fdce816042c84fe759 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 2 May 2019 19:49:52 -0400 Subject: [PATCH] Added tags pull step to drone config to show correct version hashes Backport #6836 --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b46033e49c624..4a88427eeed95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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