aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechknowlogick2019-05-03 01:18:04 -0400
committerzeripath2019-05-03 06:18:04 +0100
commit6b29a6b6f20d0dc6c8b63d2b5da8e585aa7dfe51 (patch)
treec6af0318fc839480e177075d2efddc7190956764
parent74eee64b572bdbe322eca3f4836cd3ec973a5cd2 (diff)
Added tags pull step to drone config to show correct version hashes (#6839)
Backport #6836
-rw-r--r--.drone.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index b46033e49..4a88427ee 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