Updated FDroid pipeline.

This commit is contained in:
Koen J
2026-02-19 14:15:05 +01:00
parent 2609929780
commit a8decdb0d9
+7 -7
View File
@@ -1,5 +1,5 @@
buildAndDeployApkUnstable:
stage: buildAndDeployApkUnstable
stage: build
script:
- sh deploy-unstable.sh
only:
@@ -14,7 +14,7 @@ buildAndDeployApkUnstable:
- app/build/outputs/apk/unstable/release/*.apk
buildAndDeployApkStable:
stage: buildAndDeployApkStable
stage: build
script:
- sh deploy-stable.sh
only:
@@ -26,9 +26,9 @@ buildAndDeployApkStable:
expire_in: 30 days
paths:
- app/build/outputs/apk/stable/release/*.apk
buildAndDeployPlaystore:
stage: buildAndDeployPlaystore
stage: deploy
script:
- sh build-playstore.sh
- bash tools/venv_playstore.sh
@@ -38,7 +38,7 @@ buildAndDeployPlaystore:
- tags
when: on_success
needs:
- buildAndDeployApkStable
- buildAndDeployApkStable
artifacts:
when: always
expire_in: 30 days
@@ -46,7 +46,7 @@ buildAndDeployPlaystore:
- app/build/outputs/bundle/playstoreRelease/*.aab
updateFdroidRepo:
stage: updateFdroidRepo
stage: deploy
only:
- tags
when: on_success
@@ -54,4 +54,4 @@ updateFdroidRepo:
- job: buildAndDeployApkStable
artifacts: true
script:
- python3 update_fdroid_index.py
- python3 update_fdroid_index.py