mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Update azure-pipelines-translation.yml for Azure Pipelines
This commit is contained in:
parent
7995bf9e66
commit
90aaa36206
@ -41,6 +41,8 @@ jobs:
|
||||
displayName: 'Upload Translation'
|
||||
|
||||
- job: 'Download'
|
||||
dependsOn:
|
||||
- 'Upload'
|
||||
condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
@ -57,6 +59,6 @@ jobs:
|
||||
./script/translations_download
|
||||
displayName: 'Download Translation'
|
||||
- script: |
|
||||
git commit -am "[CI] Translation update"
|
||||
git push
|
||||
git commit -am "[ci skip] Translation update"
|
||||
git push origin
|
||||
displayName: 'Update translation'
|
||||
|
Loading…
x
Reference in New Issue
Block a user