Signed-off-by: Nick Meyer <nick@e3b0c442.io>
This commit is contained in:
parent
8bf405986e
commit
5d3177dbb6
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ pipeline:
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git fetch --tags --force
|
- git fetch --tags --force
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude: [ pull_request ]
|
||||||
|
|
||||||
download_translations:
|
download_translations:
|
||||||
image: jonasfranz/crowdin
|
image: jonasfranz/crowdin
|
||||||
|
|
Reference in a new issue