mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
f4370c1bfd
commit
1ac70dba3f
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ variables:
|
||||||
stages:
|
stages:
|
||||||
- buildAndDeployApkUnstable
|
- buildAndDeployApkUnstable
|
||||||
- buildAndDeployApkStable
|
- buildAndDeployApkStable
|
||||||
|
- buildAndDeployPlaystore
|
||||||
|
|
||||||
buildAndDeployApkUnstable:
|
buildAndDeployApkUnstable:
|
||||||
stage: buildAndDeployApkUnstable
|
stage: buildAndDeployApkUnstable
|
||||||
|
@ -25,8 +26,8 @@ buildAndDeployApkStable:
|
||||||
- branches
|
- branches
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
buildAndDeployApkStable:
|
buildAndDeployPlaystore:
|
||||||
stage: buildAndDeployApkStable
|
stage: buildAndDeployPlaystore
|
||||||
script:
|
script:
|
||||||
- sh deploy-playstore.sh
|
- sh deploy-playstore.sh
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Reference in a new issue