Flatpak: Switch to the master runtime again

This commit is contained in:
Jordan Petridis 2018-09-29 11:18:39 +03:00
parent 8d44649a1e
commit fded78ce6f
No known key found for this signature in database
GPG Key ID: E8523968931763BE
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ variables:
BUNDLE: "org.gnome.Podcasts.${CI_COMMIT_SHA}.flatpak"
flatpak:
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28"
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master"
stage: "test"
variables:
MANIFEST_PATH: "org.gnome.PodcastsDevel.json"

View File

@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.PodcastsDevel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.28",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"