-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix translation upload to crowdin #2599
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2599 +/- ##
=======================================
Coverage 27.32% 27.32%
=======================================
Files 86 86
Lines 17143 17143
=======================================
Hits 4684 4684
Misses 11781 11781
Partials 678 678 Continue to review full report at Codecov.
|
.drone.yml
Outdated
@@ -217,6 +217,8 @@ pipeline: | |||
pull: true | |||
secrets: [ crowdin_key ] | |||
project_identifier: gitea | |||
ignore_branch: true | |||
download: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed, false is the default
LGTM |
@tboerger fixed |
LGTM |
But as commented on the other PR, this doesn't commit the downloaded files :( |
@tboerger This PR is only fixing upload error and current build failure. So nothing to do with download anyway. |
As title