mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Updated FDroid pipeline.
This commit is contained in:
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user