diff options
author | António Fernandes <antoniojpfernandes@gmail.com> | 2019-09-28 22:04:08 +0000 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2019-09-28 22:04:08 +0000 |
commit | c4afd14696c670db8fbb64dcc4ea2f0807d25a94 (patch) | |
tree | 6fcc3a47abda39c5e929d26dffee3cd8c5cbcbef /.gitlab-ci.yml | |
parent | 3b7435e62fb3432dc9c0b4b23d9cdbf3378c295c (diff) | |
download | nautilus-c4afd14696c670db8fbb64dcc4ea2f0807d25a94.tar.gz |
CI: Update runtime repos
The stable org.gnome.Platform runtime has moved to flathub a while now.
The nightly org.gnome.Platform runtime has recently moved to
nightly.gnome.org, as per https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d135907a..f7f6fc312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ flatpak devel: MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml" MESON_ARGS: "-Dprofile=Devel -Dtests=all" FLATPAK_MODULE: "nautilus" - RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo" + RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" APP_ID: "org.gnome.NautilusDevel" review: @@ -86,7 +86,7 @@ flatpak master: MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml" MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true" FLATPAK_MODULE: "nautilus" - RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo" + RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" APP_ID: "org.gnome.NautilusDevel" extends: .flatpak only: |