mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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'
|
displayName: 'Upload Translation'
|
||||||
|
|
||||||
- job: 'Download'
|
- job: 'Download'
|
||||||
|
dependsOn:
|
||||||
|
- 'Upload'
|
||||||
condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))
|
condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
@ -57,6 +59,6 @@ jobs:
|
|||||||
./script/translations_download
|
./script/translations_download
|
||||||
displayName: 'Download Translation'
|
displayName: 'Download Translation'
|
||||||
- script: |
|
- script: |
|
||||||
git commit -am "[CI] Translation update"
|
git commit -am "[ci skip] Translation update"
|
||||||
git push
|
git push origin
|
||||||
displayName: 'Update translation'
|
displayName: 'Update translation'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user