summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2021-03-06 18:24:33 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2021-03-06 18:24:33 +0000
commit7834de2671356f7074940644c149b81bd655a3b1 (patch)
treea0ee994ef3d996597ccbd1a0d28bcf4dce3f35a6
parentd4ffcfc38c964603044673d97242cb58c2287312 (diff)
downloadnautilus-7834de2671356f7074940644c149b81bd655a3b1.tar.gz
ci: Set nightly runtime repository
It was set to flathub because we used to depend on a stable runtime. [1] We have since changed to depend on the unstable runtime[2], but the Nightly flatpakref still configures the wrong repo on installation. If the user didn't have the gnome-nightly repository configured in advance, then the runtime cannot be found, failing the installation.[3] Update the repo URL, which I should have done in [2]. [1] c4afd14696c670db8fbb64dcc4ea2f0807d25a94 [2] d95a616116bb8c02b01261afa3ed5b581f9f2e74 [3] https://blogs.gnome.org/antoniof/2021/03/05/files-40-beta-more-productivity-and-some-eye-candy/#comment-541
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1046dca63..c6eddf810 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ flatpak devel:
variables:
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
FLATPAK_MODULE: "nautilus"
- RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
+ RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.NautilusDevel"
nightly: