From 7995bf9e6669489aa75446b2a0d0f82063f131f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 4 Sep 2019 08:36:49 +0200 Subject: [PATCH] Update azure-pipelines-translation.yml for Azure Pipelines --- azure-pipelines-translation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-translation.yml b/azure-pipelines-translation.yml index a183589795e..fea7572e33a 100644 --- a/azure-pipelines-translation.yml +++ b/azure-pipelines-translation.yml @@ -41,7 +41,7 @@ jobs: displayName: 'Upload Translation' - job: 'Download' - condition: eq(variables['Build.Reason'], 'Schedule') + condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual')) pool: vmImage: 'ubuntu-latest' steps: @@ -58,5 +58,5 @@ jobs: displayName: 'Download Translation' - script: | git commit -am "[CI] Translation update" - git commit push + git push displayName: 'Update translation'