From b76cc8f9eade64f6a11c0bcea38a6244fe5a9f65 Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Wed, 5 Feb 2025 23:56:24 +0100 Subject: [PATCH] test ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f59ecc8..f376737 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,6 @@ build:flatpak: BUNDLE: "${APP_ID}.flatpak" MANIFEST_PATH: "${APP_ID}.json" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" - stage: build - extends: - - .flatpak + script: + - flatpak-builder --repo repo app ${MANIFEST_PATH} + - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID}