Update azure-pipelines-translation.yml for Azure Pipelines
This commit is contained in:
parent
4661f2a6df
commit
7995bf9e66
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
displayName: 'Upload Translation'
|
displayName: 'Upload Translation'
|
||||||
|
|
||||||
- job: 'Download'
|
- job: 'Download'
|
||||||
condition: eq(variables['Build.Reason'], 'Schedule')
|
condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
|
@ -58,5 +58,5 @@ jobs:
|
||||||
displayName: 'Download Translation'
|
displayName: 'Download Translation'
|
||||||
- script: |
|
- script: |
|
||||||
git commit -am "[CI] Translation update"
|
git commit -am "[CI] Translation update"
|
||||||
git commit push
|
git push
|
||||||
displayName: 'Update translation'
|
displayName: 'Update translation'
|
||||||
|
|
Loading…
Add table
Reference in a new issue