1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-05 01:41:28 +00:00

flatpak: switch to using gnome-nightly

This commit is contained in:
Jordan Petridis 2018-03-19 09:51:30 +02:00
parent fec5754f6b
commit 153ee62edb
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ stages:
- ninja test
flatpak:master:
image: flatpak/flatpak-builder:gnome-3-28
image: registry.gitlab.com/alatiera/gnome-nightly-oci/gnome-master:latest
stage: test
script:
- flatpak-builder --stop-at=nautilus app build-aux/flatpak/org.gnome.NautilusDevel.json

View File

@ -1,7 +1,7 @@
{
"app-id": "org.gnome.NautilusDevel",
"runtime": "org.gnome.Platform",
"runtime-version": "3.28",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "nautilus",
"tags": ["devel", "development", "nightly"],