From 96ae902f99c1276434799e9bc6a301558ed6ff4b Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Thu, 6 Feb 2025 00:06:14 +0100 Subject: [PATCH] test ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3747298..3fa583a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,5 +14,5 @@ build:flatpak: MANIFEST_PATH: "${APP_ID}.json" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" script: - - flatpak-builder --user --disable-rofiles-fuse --build-only --repo repo app ${MANIFEST_PATH} + - flatpak-builder ${CI_FB_ARGS} --keep-build-dirs --user --disable-rofiles-fuse --build-only flatpak_app --repo=repo ${MANIFEST_PATH} - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID}