Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tags pull step to drone config to show correct version hashes (#6836) #6839

Merged
merged 2 commits into from May 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 5 additions & 6 deletions .drone.yml
Expand Up @@ -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
Expand Down