summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-26 14:43:01 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-26 14:43:01 -0300
commitbbe3ae4a91daccefa5e9b7380752421e0b6c21b4 (patch)
tree82a0341ba3f6376e25c27d834294d950ebb5df9e /.gitlab-ci.yml
parent0bfb1e89063e9cd872448f169e2430ab76e76f5d (diff)
downloadgnome-control-center-bbe3ae4a91daccefa5e9b7380752421e0b6c21b4.tar.gz
Switch to 'main' everywhere
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab1efa6eb..492607fd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -247,7 +247,7 @@ coverage:
BUILD_OPTS: "-Db_coverage=true"
coverage: '/^Lines:.\d+.\d+.(\d+\.\d+\%)/'
only:
- - master@GNOME/gnome-control-center
+ - main@GNOME/gnome-control-center
script:
- *environment_information
@@ -287,7 +287,7 @@ pages:
paths:
- public
only:
- - master@GNOME/gnome-control-center
+ - main@GNOME/gnome-control-center
except:
variables:
@@ -301,7 +301,7 @@ pages:
##
flatpak:
stage: manual
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:main
artifacts:
name: package
paths:
@@ -353,7 +353,7 @@ flatpak:
except:
- tags
- gnome-3-.*
- - master@GNOME/gnome-control-center
+ - main@GNOME/gnome-control-center
# Runs the sanitizers [address, thread, undefined, and memory].