diff options
author | Bastien Nocera <hadess@hadess.net> | 2022-01-19 13:16:58 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-01-19 13:46:43 +0100 |
commit | 38cb514d569a7eb7821627b10f2c988270b52f6f (patch) | |
tree | a0f92d7682e91045811286d86dba765c2d2ec90f /.gitlab-ci.yml | |
parent | 701de89ef336a41a59e41905c2070bd42f1e61f6 (diff) | |
download | gnome-control-center-38cb514d569a7eb7821627b10f2c988270b52f6f.tar.gz |
ci: Rebuild CI image for gnome-bluetooth library changes
The gnome-bluetooth libraries got split in
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/103
so we need to rebuild the CI image to integrate those changes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eb3a27bf..978e77356 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ stages: # stable branch. # Could probably also switch away from rawhide, # to stable fedora branch as well. - FDO_DISTRIBUTION_TAG: '2022-01-18.0-main' + FDO_DISTRIBUTION_TAG: '2022-01-19.0-main' FDO_DISTRIBUTION_VERSION: rawhide ############################################# |