summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2022-07-27 12:51:58 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-08-04 07:04:35 +0000
commit642fc410983fa44d0318b2f7e6c42b82576e7c19 (patch)
tree8c9e98320a66ef5566d482c0391ed77f1772b63e
parent17a6d85c259e3b98725cb6dcc34c77a9659fd3bf (diff)
downloadpygobject-642fc410983fa44d0318b2f7e6c42b82576e7c19.tar.gz
Update (or drop) the Docker image used by Flatpak jobbarthalion/gnome-runtime-images-quay
The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 024654bd..5148c018 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ old-i386-py3:
gnome-master:
allow_failure: true
stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master
tags:
- flatpak
script:
@@ -110,11 +110,11 @@ gnome-master:
gnome-master-gtk4:
allow_failure: true
stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master
tags:
- flatpak
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh
artifacts:
paths:
- - coverage/ \ No newline at end of file
+ - coverage/