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



commit 45034800e5373e6bbb11329f730761190d91c30d
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 d26d9ae..d5576be 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -8,7 +8,7 @@
     FLATPAK_BUILDER: flatpak-builder --user --disable-rofiles-fuse --state-dir=$HOME/.flatpak-builder
   script:
     - rewrite-flatpak-manifest ${MANIFEST_PATH} ${FLATPAK_MODULE}
-    - ${FLATPAK_BUILDER} flatpak_app --repo=repo ${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
+    - ${FLATPAK_BUILDER} 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}
     - tar cf repo.tar repo/


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