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:
+5
-5
@@ -1,5 +1,5 @@
|
|||||||
buildAndDeployApkUnstable:
|
buildAndDeployApkUnstable:
|
||||||
stage: buildAndDeployApkUnstable
|
stage: build
|
||||||
script:
|
script:
|
||||||
- sh deploy-unstable.sh
|
- sh deploy-unstable.sh
|
||||||
only:
|
only:
|
||||||
@@ -14,7 +14,7 @@ buildAndDeployApkUnstable:
|
|||||||
- app/build/outputs/apk/unstable/release/*.apk
|
- app/build/outputs/apk/unstable/release/*.apk
|
||||||
|
|
||||||
buildAndDeployApkStable:
|
buildAndDeployApkStable:
|
||||||
stage: buildAndDeployApkStable
|
stage: build
|
||||||
script:
|
script:
|
||||||
- sh deploy-stable.sh
|
- sh deploy-stable.sh
|
||||||
only:
|
only:
|
||||||
@@ -28,7 +28,7 @@ buildAndDeployApkStable:
|
|||||||
- app/build/outputs/apk/stable/release/*.apk
|
- app/build/outputs/apk/stable/release/*.apk
|
||||||
|
|
||||||
buildAndDeployPlaystore:
|
buildAndDeployPlaystore:
|
||||||
stage: buildAndDeployPlaystore
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- sh build-playstore.sh
|
- sh build-playstore.sh
|
||||||
- bash tools/venv_playstore.sh
|
- bash tools/venv_playstore.sh
|
||||||
@@ -38,7 +38,7 @@ buildAndDeployPlaystore:
|
|||||||
- tags
|
- tags
|
||||||
when: on_success
|
when: on_success
|
||||||
needs:
|
needs:
|
||||||
- buildAndDeployApkStable
|
- buildAndDeployApkStable
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
@@ -46,7 +46,7 @@ buildAndDeployPlaystore:
|
|||||||
- app/build/outputs/bundle/playstoreRelease/*.aab
|
- app/build/outputs/bundle/playstoreRelease/*.aab
|
||||||
|
|
||||||
updateFdroidRepo:
|
updateFdroidRepo:
|
||||||
stage: updateFdroidRepo
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|||||||
Reference in New Issue
Block a user