[citemplates/abderrahim/config-opts] allow overriding the config-opts of the flatpak manifest



commit cf4409b1c66ffeac9eee002c30d09d9a60e6c91c
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat May 23 12:50:04 2020 +0100

    allow overriding the config-opts of the flatpak manifest
    
    See also https://gitlab.gnome.org/GNOME/gnome-runtime-images/-/merge_requests/23

 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 e97e1f7..aaff435 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -6,7 +6,7 @@
     - flatpak
   script:
     - rewrite-flatpak-manifest ${MANIFEST_PATH} ${FLATPAK_MODULE}
-    - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
+    - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH} ${CONFIG_OPTS}
 
     # Generate a Flatpak bundle
     - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} ${BRANCH}


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