[nautilus/wip/oholy/ci: 13/13] ci: Replace underscore by space in stage name



commit 70703d9b84854a51704f2cd8ac4b38285fa97db6
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Mar 6 12:13:31 2020 +0100

    ci: Replace underscore by space in stage name
    
    The stage and job names can contain spaces and they are already used
    in job names. Let's replace underscore in cross_environemnt stage to
    make the pipeline output nicer.

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79cd290ec..37213fc61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
 stages:
     - triage
     - test
-    - cross_environment
+    - cross environment
     - deploy
 
 flatpak devel:
@@ -29,7 +29,7 @@ nightly:
 
 fedora rawhide:
     image: fedora:rawhide
-    stage: cross_environment
+    stage: cross environment
     before_script:
         - dnf update -y --nogpgcheck
         - dnf install -y 'dnf-command(builddep)' redhat-rpm-config libseccomp-devel gcovr --nogpgcheck
@@ -44,7 +44,7 @@ fedora rawhide:
         - tags
 
 flatpak master:
-    stage: cross_environment
+    stage: cross environment
     dependencies: []
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"


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