From 6b29a6b6f20d0dc6c8b63d2b5da8e585aa7dfe51 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 3 May 2019 01:18:04 -0400 Subject: [PATCH] Added tags pull step to drone config to show correct version hashes (#6839) Backport #6836 --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b46033e49c..4a88427eee 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