From 90aaa3620623d5b6e8d2b1af80f721f90c4a3d35 Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <pascal.vizeli@syshack.ch>
Date: Wed, 4 Sep 2019 08:49:34 +0200
Subject: [PATCH] Update azure-pipelines-translation.yml for Azure Pipelines

---
 azure-pipelines-translation.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines-translation.yml b/azure-pipelines-translation.yml
index fea7572e33a..35b1ea672ea 100644
--- a/azure-pipelines-translation.yml
+++ b/azure-pipelines-translation.yml
@@ -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'
@@ -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'
-- 
GitLab