summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-06 12:13:31 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-26 10:00:23 +0100
commit91d81873cbd485ceeab0cee6cf22e8545640be44 (patch)
tree68dc3c11ab5c451c82a87349e11ffc423342a186
parent87d8c5959e9293ab471194b137a14030ac02d765 (diff)
downloadnautilus-91d81873cbd485ceeab0cee6cf22e8545640be44.tar.gz
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.
-rw-r--r--.gitlab-ci.yml6
1 files 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"