From 775d4accf73e334e68941c01b0960c94aeea193f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 16 Aug 2018 08:29:50 +0300 Subject: [PATCH] Flatpak: switch to master branch of the runtime --- .gitlab-ci.yml | 2 +- org.gnome.Podcasts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e28a69..714a00b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.Podcasts.json" diff --git a/org.gnome.Podcasts.json b/org.gnome.Podcasts.json index 662d37a..0db1c59 100644 --- a/org.gnome.Podcasts.json +++ b/org.gnome.Podcasts.json @@ -1,7 +1,7 @@ { "app-id" : "org.gnome.Podcasts", "runtime" : "org.gnome.Platform", - "runtime-version" : "3.28", + "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable"