diff options
author | António Fernandes <antoniojpfernandes@gmail.com> | 2019-09-18 17:48:58 +0000 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2019-09-18 21:46:20 +0100 |
commit | 81dd339634c7d16d5c70568cd65a26ba396d379e (patch) | |
tree | cb7c3df2d0eb5dd4987865378a17f1faca3c6740 /.gitlab-ci.yml | |
parent | 474270cc897cee57092fa5def31b799790004816 (diff) | |
download | nautilus-81dd339634c7d16d5c70568cd65a26ba396d379e.tar.gz |
flatpak: Update to 3.34 runtime
Also, bundle intltool, because the 3.34 Sdk doesn't include it but
tracker-miners still depends on it.
Intltool lines taken from https://github.com/flathub/shared-modules.git
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 c08b67349..a222b60ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ stages: expire_in: 2 days flatpak devel: - image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.32 + image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.34 stage: test variables: MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml" |