[citemplates/abderrahim/fix-config-opts] pass CONFIG_OPTS to the rewrite script rather than flatpak-builder



commit 2baf9342da81fab220359e6d1db5ec8fbb1aed04
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Jun 6 19:04:11 2020 +0100

    pass CONFIG_OPTS to the rewrite script rather than flatpak-builder
    
    fixes 45034800e5373e6bbb11329f730761190d91c30d

 flatpak/flatpak_ci_initiative.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 2a55e87..b54c610 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -5,8 +5,8 @@
   tags:
     - 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} ${CONFIG_OPTS}
+    - rewrite-flatpak-manifest ${MANIFEST_PATH} ${FLATPAK_MODULE} ${CONFIG_OPTS}
+    - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
     # 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]