[gnome-boxes/ci-fixes-gnome-3-34: 3/3] CI: Split Fedora build test on its own stage



commit 833d33a728b993b5fc6166a6d9df5612f25d19eb
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Sep 19 13:40:06 2019 +0200

    CI: Split Fedora build test on its own stage

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b377cdc4..6788ef17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,10 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
+stages:
+- test
+- deploy
+- fedora
+
 variables:
     BUNDLE: "gnome-boxes.flatpak"
 
@@ -32,7 +37,7 @@ nightly:
 
 fedora:rawhide:
     image: fedora:rawhide
-    stage: deploy
+    stage: fedora
     before_script:
     - dnf update -y --nogpgcheck
     - dnf install -y meson git vala gtk3-devel


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