Skip to content

Commit 6b29a6b

Browse files
techknowlogickzeripath
authored andcommitted
Added tags pull step to drone config to show correct version hashes (go-gitea#6839)
Backport go-gitea#6836
1 parent 74eee64 commit 6b29a6b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.drone.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ workspace:
22
base: /go
33
path: src/code.gitea.io/gitea
44

5-
clone:
6-
git:
7-
image: plugins/git:next
8-
depth: 50
9-
tags: true
10-
115
pipeline:
6+
fetch-tags:
7+
image: docker:git
8+
commands:
9+
- git fetch --tags --force
10+
1211
download_translations:
1312
image: jonasfranz/crowdin
1413
pull: true

0 commit comments

Comments
 (0)