From 2e92dcffb72f1311034e17e0343a7aa00eb1426e Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Thu, 6 Feb 2025 00:00:58 +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 f376737..3747298 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 --repo repo app ${MANIFEST_PATH} + - flatpak-builder --user --disable-rofiles-fuse --build-only --repo repo app ${MANIFEST_PATH} - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID}