summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorlouib <code@louib.net>2020-09-06 20:25:38 -0400
committerlouib <code@louib.net>2020-11-04 21:36:34 -0500
commit78e7aa0085f884b47e2a9409f1b3d6cc641f3c0f (patch)
tree794c1202cbeb781bd3960b7e4c818e4e81be3e26 /.gitlab-ci.yml
parent4cc342e2f41f07a4ee2ec8aafae987d4070f027e (diff)
downloadgnome-contacts-78e7aa0085f884b47e2a9409f1b3d6cc641f3c0f.tar.gz
Moving Flatpak manifest to build-aux.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f62874c..d718482 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
flatpak:
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
variables:
- MANIFEST_PATH: 'data/flatpak/org.gnome.Contacts.Devel.json'
+ MANIFEST_PATH: 'build-aux/flatpak/org.gnome.Contacts.Devel.json'
FLATPAK_MODULE: "gnome-contacts"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Contacts.Devel"