summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-12-21 12:33:22 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-12-21 12:33:22 +0000
commitd799c663119ae204017ea32e0dd49cd542febfd4 (patch)
tree700298f07d712a1d8fbce8a0bb06e6e7c88ecde2
parent9adf6760c6e2546378630d787e82c3d514e70c61 (diff)
downloadnautilus-d799c663119ae204017ea32e0dd49cd542febfd4.tar.gz
ci: Prefer the json manifest
This is what Builder uses.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64e07df0f..5679647b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
.vars-devel:
variables:
- MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
+ MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.json"
FLATPAK_MODULE: "nautilus"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.NautilusDevel"