From 53e366685e7b7d909c0a285791bf7e6561036c39 Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Fri, 6 Mar 2026 15:48:08 +0100 Subject: [PATCH] test ci --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74da6a6..f59ecc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ build:flatpak: variables: APP_ID: "li.sopht.Flashcards" BUNDLE: "${APP_ID}.flatpak" - REPO: "repo" + MANIFEST_PATH: "${APP_ID}.json" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" - script: - - flatpak-builder --repo ${REPO} app ${APP_ID}.json - - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} ${REPO} ${BUNDLE} ${APP_ID} + stage: build + extends: + - .flatpak