1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 07:51:38 +01:00

ci/cd test

This commit is contained in:
2025-04-04 10:26:08 +02:00
parent d05524a0c8
commit 4910217797
3 changed files with 4 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ flatpak:
MANIFEST: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script:
- flatpak-builder --user --disable-rofiles-fuse app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
- flatpak-builder app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} ${APP_ID} --runtime-repo=${RUNTIME_REPO}
artifacts:
paths:
- ${BUNDLE}