We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eee64 commit 6b29a6bCopy full SHA for 6b29a6b
.drone.yml
@@ -2,13 +2,12 @@ workspace:
2
base: /go
3
path: src/code.gitea.io/gitea
4
5
-clone:
6
- git:
7
- image: plugins/git:next
8
- depth: 50
9
- tags: true
10
-
11
pipeline:
+ fetch-tags:
+ image: docker:git
+ commands:
+ - git fetch --tags --force
+
12
download_translations:
13
image: jonasfranz/crowdin
14
pull: true
0 commit comments