Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Update azure-pipelines-translation.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Sep 4, 2019
1 parent 7995bf9 commit 90aaa36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

0 comments on commit 90aaa36

Please sign in to comment.