[nautilus] CI: Use a variable for the dbus id



commit 1b60679a869cc3d0eb4f20802ee8c0b8369f16c8
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon May 7 07:58:06 2018 +0000

    CI: Use a variable for the dbus id

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08110d41d..4bf365bf5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ flatpak:
         FLATPAK_MODULE: "nautilus"
         BUNDLE: "nautilus-dev.flatpak"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+        DBUS_ID: "org.gnome.NautilusDevel"
 
     script:
         - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
@@ -29,7 +30,7 @@ flatpak:
         - flatpak build app ninja -C _build install
         - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
         # Generate a Flatpak bundle
-        - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.NautilusDevel
+        - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
         # Run automatic tests inside the Flatpak env
         - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
     artifacts:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]