summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-03-29 10:38:53 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-03-29 10:38:53 -0300
commitdd2adb77ec9a7f30b7ddcc884932b523d4f473c8 (patch)
treecfd9a0fa30a8680212193b41cb1142e0d5c7d97e /.gitlab-ci.yml
parentde27ec8ba2fe97bb4289968e674c25b20275673f (diff)
downloadgnome-control-center-dd2adb77ec9a7f30b7ddcc884932b523d4f473c8.tar.gz
CI: Cleanup gcr-devel from jobs
gcr-devel is installed as part of the base image, we don't need to install it on every job run.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 319cdbbd5..8670b409d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ stages:
# stable branch.
# Could probably also switch away from rawhide,
# to stable fedora branch as well.
- FDO_DISTRIBUTION_TAG: '2022-01-19.0-main'
+ FDO_DISTRIBUTION_TAG: '2022-03-29.0-main'
FDO_DISTRIBUTION_VERSION: rawhide
#############################################
@@ -190,7 +190,6 @@ build:
stage: build
script:
- - dnf -y install gcr-devel
- *environment_information
- *build_procedure
@@ -223,7 +222,6 @@ test:
- build
script:
- - dnf -y install gcr-devel
- *environment_information
- *run_tests
@@ -252,7 +250,6 @@ coverage:
- master@GNOME/gnome-control-center
script:
- - dnf -y install gcr-devel
- *environment_information
- *build_procedure
- *run_tests
@@ -368,7 +365,6 @@ flatpak:
stage: manual
when: manual
script:
- - dnf -y install gcr-devel
- *environment_information
- *build_procedure
- *run_tests