Skip to content
Snippets Groups Projects
Commit 90aaa362 authored by Pascal Vizeli's avatar Pascal Vizeli
Browse files

Update azure-pipelines-translation.yml for Azure Pipelines

parent 7995bf9e
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ jobs: ...@@ -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: ...@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment