From dd2adb77ec9a7f30b7ddcc884932b523d4f473c8 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 29 Mar 2022 10:38:53 -0300 Subject: 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. --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1