[nautilus/wip/oholy/ci-style-check: 11/22] ci: Replace underscore by space in stage name



commit 2893aec73b96a86f15228dcd175a3f32f21d1a97
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 d8c288a84..b126bdb51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
 stages:
     - triage
     - test
-    - cross_environment
+    - cross environment
     - deploy
 
 flatpak devel:
@@ -28,7 +28,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
@@ -43,7 +43,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]