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.
This commit is contained in:
Ondrej Holy 2020-03-06 12:13:31 +01:00 committed by António Fernandes
parent 352e6688d0
commit 2893aec73b

View file

@ -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"