[citemplates] Flatpak Template: Rename DBUS_ID var to APP_ID



commit b8ee33d830a1d358bf872dbcd0a855df50ed2d85
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Dec 8 02:45:00 2018 +0200

    Flatpak Template: Rename DBUS_ID var to APP_ID

 flatpak/flatpak_ci_initiative.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 7d30f59..565e8cb 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -18,7 +18,7 @@
       dbus-run-session
       meson test -C _build --no-stdsplit --print-errorlogs
     # Generate a Flatpak bundle
-    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
+    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
   artifacts:
     when: 'always'
     paths:


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