[dia/bilelmoussaoui/win32] Make deploy depend on win32



commit 227ff7019136967b4302344d177483dbb067b8c0
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Sep 29 16:28:33 2019 +0000

    Make deploy depend on win32

 .gitlab-ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a2182e3..9cfa21ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,9 @@
 include: 'https://gitlab.gnome.org/bilelmoussaoui/win32-ci-template/raw/master/ci-template.yml'
 
 stages:
-  - deploy
   - win32
+  - deploy
+
 variables:
     GIT_SUBMODULE_STRATEGY: recursive
     MSI_BUNDLE: "dia.msi"
@@ -19,8 +20,8 @@ win32:
         GIT_BRANCH: "bilelmoussaoui/win32"
     extends: .win32
 
-review:
-  extends: '.review'
+win32_review:
+  extends: '.win32_review'
 
-stop_review:
-  extends: '.stop_review'
+win32_stop_review:
+  extends: '.win32_stop_review'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]